| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.WAF.ListByteMatchSets
Description
Returns an array of ByteMatchSetSummary objects.
This operation returns paginated results.
Synopsis
- listByteMatchSets :: ListByteMatchSets
- data ListByteMatchSets
- lbmsNextMarker :: Lens' ListByteMatchSets (Maybe Text)
- lbmsLimit :: Lens' ListByteMatchSets (Maybe Natural)
- listByteMatchSetsResponse :: Int -> ListByteMatchSetsResponse
- data ListByteMatchSetsResponse
- lbmsrsByteMatchSets :: Lens' ListByteMatchSetsResponse [ByteMatchSetSummary]
- lbmsrsNextMarker :: Lens' ListByteMatchSetsResponse (Maybe Text)
- lbmsrsResponseStatus :: Lens' ListByteMatchSetsResponse Int
Creating a Request
listByteMatchSets :: ListByteMatchSets Source #
Creates a value of ListByteMatchSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbmsNextMarker- If you specify a value forLimitand you have moreByteMatchSetsthan the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofByteMatchSets. For the second and subsequentListByteMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofByteMatchSets.lbmsLimit- Specifies the number ofByteMatchSetobjects that you want AWS WAF to return for this request. If you have moreByteMatchSetsobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofByteMatchSetobjects.
data ListByteMatchSets Source #
See: listByteMatchSets smart constructor.
Instances
Request Lenses
lbmsNextMarker :: 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 .
lbmsLimit :: 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
listByteMatchSetsResponse Source #
Arguments
| :: Int | |
| -> ListByteMatchSetsResponse |
Creates a value of ListByteMatchSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lbmsrsByteMatchSets- An array ofByteMatchSetSummaryobjects.lbmsrsNextMarker- If you have moreByteMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreByteMatchSetobjects, submit anotherListByteMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lbmsrsResponseStatus- -- | The response status code.
data ListByteMatchSetsResponse Source #
See: listByteMatchSetsResponse smart constructor.
Instances
Response Lenses
lbmsrsByteMatchSets :: Lens' ListByteMatchSetsResponse [ByteMatchSetSummary] Source #
An array of ByteMatchSetSummary objects.
lbmsrsNextMarker :: 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.
lbmsrsResponseStatus :: Lens' ListByteMatchSetsResponse Int Source #
- - | The response status code.