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 WebACLSummary objects in the response.
Synopsis
- data ListWebACLs = ListWebACLs' {}
- newListWebACLs :: ListWebACLs
- listWebACLs_nextMarker :: Lens' ListWebACLs (Maybe Text)
- listWebACLs_limit :: Lens' ListWebACLs (Maybe Natural)
- data ListWebACLsResponse = ListWebACLsResponse' {
- webACLs :: Maybe [WebACLSummary]
- nextMarker :: Maybe Text
- httpStatus :: Int
- newListWebACLsResponse :: Int -> ListWebACLsResponse
- listWebACLsResponse_webACLs :: Lens' ListWebACLsResponse (Maybe [WebACLSummary])
- listWebACLsResponse_nextMarker :: Lens' ListWebACLsResponse (Maybe Text)
- listWebACLsResponse_httpStatus :: Lens' ListWebACLsResponse Int
Creating a Request
data ListWebACLs Source #
See: newListWebACLs
smart constructor.
ListWebACLs' | |
|
Instances
newListWebACLs :: ListWebACLs Source #
Create a value of ListWebACLs
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:ListWebACLs'
, listWebACLs_nextMarker
- 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.
$sel:limit:ListWebACLs'
, listWebACLs_limit
- 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.
Request Lenses
listWebACLs_nextMarker :: 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.
listWebACLs_limit :: 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
data ListWebACLsResponse Source #
See: newListWebACLsResponse
smart constructor.
ListWebACLsResponse' | |
|
Instances
newListWebACLsResponse Source #
Create a value of ListWebACLsResponse
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:webACLs:ListWebACLsResponse'
, listWebACLsResponse_webACLs
- An array of WebACLSummary objects.
$sel:nextMarker:ListWebACLs'
, listWebACLsResponse_nextMarker
- 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.
$sel:httpStatus:ListWebACLsResponse'
, listWebACLsResponse_httpStatus
- The response's http status code.
Response Lenses
listWebACLsResponse_webACLs :: Lens' ListWebACLsResponse (Maybe [WebACLSummary]) Source #
An array of WebACLSummary objects.
listWebACLsResponse_nextMarker :: 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.
listWebACLsResponse_httpStatus :: Lens' ListWebACLsResponse Int Source #
The response's http status code.