| 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.ListWebACLs
Description
Returns an array of WebACLSummary objects in the response.
This operation returns paginated results.
Synopsis
- listWebACLs :: ListWebACLs
- data ListWebACLs
- lwaNextMarker :: Lens' ListWebACLs (Maybe Text)
- lwaLimit :: Lens' ListWebACLs (Maybe Natural)
- listWebACLsResponse :: Int -> ListWebACLsResponse
- data ListWebACLsResponse
- lwarsWebACLs :: Lens' ListWebACLsResponse [WebACLSummary]
- lwarsNextMarker :: Lens' ListWebACLsResponse (Maybe Text)
- lwarsResponseStatus :: Lens' ListWebACLsResponse Int
Creating a Request
listWebACLs :: ListWebACLs Source #
Creates a value of ListWebACLs with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lwaNextMarker- If you specify a value forLimitand you have moreWebACLobjects than the number that you specify forLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofWebACLobjects. For the second and subsequentListWebACLsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofWebACLobjects.lwaLimit- Specifies the number ofWebACLobjects that you want AWS WAF to return for this request. If you have moreWebACLobjects than the number that you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofWebACLobjects.
data ListWebACLs Source #
See: listWebACLs smart constructor.
Instances
Request Lenses
lwaNextMarker :: Lens' ListWebACLs (Maybe Text) Source #
If you specify a value for Limit and you have more WebACL objects than the number that you specify for Limit , AWS WAF returns a NextMarker value in the response that allows you to list another group of WebACL objects. For the second and subsequent ListWebACLs requests, specify the value of NextMarker from the previous response to get information about another batch of WebACL objects.
lwaLimit :: Lens' ListWebACLs (Maybe Natural) Source #
Specifies the number of WebACL objects that you want AWS WAF to return for this request. If you have more WebACL objects than the number that you specify for Limit , the response includes a NextMarker value that you can use to get another batch of WebACL objects.
Destructuring the Response
Arguments
| :: Int | |
| -> ListWebACLsResponse |
Creates a value of ListWebACLsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
lwarsWebACLs- An array ofWebACLSummaryobjects.lwarsNextMarker- If you have moreWebACLobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreWebACLobjects, submit anotherListWebACLsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lwarsResponseStatus- -- | The response status code.
data ListWebACLsResponse Source #
See: listWebACLsResponse smart constructor.
Instances
Response Lenses
lwarsWebACLs :: Lens' ListWebACLsResponse [WebACLSummary] Source #
An array of WebACLSummary objects.
lwarsNextMarker :: Lens' ListWebACLsResponse (Maybe Text) Source #
If you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request.
lwarsResponseStatus :: Lens' ListWebACLsResponse Int Source #
- - | The response status code.