| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WAFRegional.ListIPSets
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 IPSetSummary objects in the response.
Synopsis
- data ListIPSets = ListIPSets' {}
- newListIPSets :: ListIPSets
- listIPSets_limit :: Lens' ListIPSets (Maybe Natural)
- listIPSets_nextMarker :: Lens' ListIPSets (Maybe Text)
- data ListIPSetsResponse = ListIPSetsResponse' {
- iPSets :: Maybe [IPSetSummary]
- nextMarker :: Maybe Text
- httpStatus :: Int
- newListIPSetsResponse :: Int -> ListIPSetsResponse
- listIPSetsResponse_iPSets :: Lens' ListIPSetsResponse (Maybe [IPSetSummary])
- listIPSetsResponse_nextMarker :: Lens' ListIPSetsResponse (Maybe Text)
- listIPSetsResponse_httpStatus :: Lens' ListIPSetsResponse Int
Creating a Request
data ListIPSets Source #
See: newListIPSets smart constructor.
Constructors
| ListIPSets' | |
Fields
| |
Instances
newListIPSets :: ListIPSets Source #
Create a value of ListIPSets 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:limit:ListIPSets', listIPSets_limit - Specifies the number of IPSet objects that you want AWS WAF to return
for this request. If you have more IPSet objects than the number you
specify for Limit, the response includes a NextMarker value that you
can use to get another batch of IPSet objects.
ListIPSets, listIPSets_nextMarker - AWS WAF returns a NextMarker value in the response that allows you to
list another group of IPSets. For the second and subsequent
ListIPSets requests, specify the value of NextMarker from the
previous response to get information about another batch of IPSets.
Request Lenses
listIPSets_limit :: Lens' ListIPSets (Maybe Natural) Source #
Specifies the number of IPSet objects that you want AWS WAF to return
for this request. If you have more IPSet objects than the number you
specify for Limit, the response includes a NextMarker value that you
can use to get another batch of IPSet objects.
listIPSets_nextMarker :: Lens' ListIPSets (Maybe Text) Source #
AWS WAF returns a NextMarker value in the response that allows you to
list another group of IPSets. For the second and subsequent
ListIPSets requests, specify the value of NextMarker from the
previous response to get information about another batch of IPSets.
Destructuring the Response
data ListIPSetsResponse Source #
See: newListIPSetsResponse smart constructor.
Constructors
| ListIPSetsResponse' | |
Fields
| |
Instances
newListIPSetsResponse Source #
Arguments
| :: Int | |
| -> ListIPSetsResponse |
Create a value of ListIPSetsResponse 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:iPSets:ListIPSetsResponse', listIPSetsResponse_iPSets - An array of IPSetSummary objects.
ListIPSets, listIPSetsResponse_nextMarker - To list more IPSet objects, submit another ListIPSets request, and
in the next request use the NextMarker response value as the
NextMarker value.
$sel:httpStatus:ListIPSetsResponse', listIPSetsResponse_httpStatus - The response's http status code.
Response Lenses
listIPSetsResponse_iPSets :: Lens' ListIPSetsResponse (Maybe [IPSetSummary]) Source #
An array of IPSetSummary objects.
listIPSetsResponse_nextMarker :: Lens' ListIPSetsResponse (Maybe Text) Source #
To list more IPSet objects, submit another ListIPSets request, and
in the next request use the NextMarker response value as the
NextMarker value.
listIPSetsResponse_httpStatus :: Lens' ListIPSetsResponse Int Source #
The response's http status code.