| 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 |
Amazonka.WAFRegional.ListSizeConstraintSets
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 SizeConstraintSetSummary objects.
Synopsis
- data ListSizeConstraintSets = ListSizeConstraintSets' {}
- newListSizeConstraintSets :: ListSizeConstraintSets
- listSizeConstraintSets_nextMarker :: Lens' ListSizeConstraintSets (Maybe Text)
- listSizeConstraintSets_limit :: Lens' ListSizeConstraintSets (Maybe Natural)
- data ListSizeConstraintSetsResponse = ListSizeConstraintSetsResponse' {}
- newListSizeConstraintSetsResponse :: Int -> ListSizeConstraintSetsResponse
- listSizeConstraintSetsResponse_sizeConstraintSets :: Lens' ListSizeConstraintSetsResponse (Maybe [SizeConstraintSetSummary])
- listSizeConstraintSetsResponse_nextMarker :: Lens' ListSizeConstraintSetsResponse (Maybe Text)
- listSizeConstraintSetsResponse_httpStatus :: Lens' ListSizeConstraintSetsResponse Int
Creating a Request
data ListSizeConstraintSets Source #
See: newListSizeConstraintSets smart constructor.
Constructors
| ListSizeConstraintSets' | |
Fields
| |
Instances
newListSizeConstraintSets :: ListSizeConstraintSets Source #
Create a value of ListSizeConstraintSets 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:ListSizeConstraintSets', listSizeConstraintSets_nextMarker - If you specify a value for Limit and you have more
SizeConstraintSets than the value of Limit, AWS WAF returns a
NextMarker value in the response that allows you to list another group
of SizeConstraintSets. For the second and subsequent
ListSizeConstraintSets requests, specify the value of NextMarker
from the previous response to get information about another batch of
SizeConstraintSets.
$sel:limit:ListSizeConstraintSets', listSizeConstraintSets_limit - Specifies the number of SizeConstraintSet objects that you want AWS
WAF to return for this request. If you have more SizeConstraintSets
objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of
SizeConstraintSet objects.
Request Lenses
listSizeConstraintSets_nextMarker :: Lens' ListSizeConstraintSets (Maybe Text) Source #
If you specify a value for Limit and you have more
SizeConstraintSets than the value of Limit, AWS WAF returns a
NextMarker value in the response that allows you to list another group
of SizeConstraintSets. For the second and subsequent
ListSizeConstraintSets requests, specify the value of NextMarker
from the previous response to get information about another batch of
SizeConstraintSets.
listSizeConstraintSets_limit :: Lens' ListSizeConstraintSets (Maybe Natural) Source #
Specifies the number of SizeConstraintSet objects that you want AWS
WAF to return for this request. If you have more SizeConstraintSets
objects than the number you specify for Limit, the response includes a
NextMarker value that you can use to get another batch of
SizeConstraintSet objects.
Destructuring the Response
data ListSizeConstraintSetsResponse Source #
See: newListSizeConstraintSetsResponse smart constructor.
Constructors
| ListSizeConstraintSetsResponse' | |
Fields
| |
Instances
newListSizeConstraintSetsResponse Source #
Create a value of ListSizeConstraintSetsResponse 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:sizeConstraintSets:ListSizeConstraintSetsResponse', listSizeConstraintSetsResponse_sizeConstraintSets - An array of SizeConstraintSetSummary objects.
$sel:nextMarker:ListSizeConstraintSets', listSizeConstraintSetsResponse_nextMarker - If you have more SizeConstraintSet objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. To list more SizeConstraintSet objects, submit
another ListSizeConstraintSets request, and specify the NextMarker
value from the response in the NextMarker value in the next request.
$sel:httpStatus:ListSizeConstraintSetsResponse', listSizeConstraintSetsResponse_httpStatus - The response's http status code.
Response Lenses
listSizeConstraintSetsResponse_sizeConstraintSets :: Lens' ListSizeConstraintSetsResponse (Maybe [SizeConstraintSetSummary]) Source #
An array of SizeConstraintSetSummary objects.
listSizeConstraintSetsResponse_nextMarker :: Lens' ListSizeConstraintSetsResponse (Maybe Text) Source #
If you have more SizeConstraintSet objects than the number that you
specified for Limit in the request, the response includes a
NextMarker value. To list more SizeConstraintSet objects, submit
another ListSizeConstraintSets request, and specify the NextMarker
value from the response in the NextMarker value in the next request.
listSizeConstraintSetsResponse_httpStatus :: Lens' ListSizeConstraintSetsResponse Int Source #
The response's http status code.