| 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.WAF.ListXssMatchSets
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 XssMatchSet objects.
This operation returns paginated results.
Synopsis
- data ListXssMatchSets = ListXssMatchSets' {}
- newListXssMatchSets :: ListXssMatchSets
- listXssMatchSets_limit :: Lens' ListXssMatchSets (Maybe Natural)
- listXssMatchSets_nextMarker :: Lens' ListXssMatchSets (Maybe Text)
- data ListXssMatchSetsResponse = ListXssMatchSetsResponse' {}
- newListXssMatchSetsResponse :: Int -> ListXssMatchSetsResponse
- listXssMatchSetsResponse_nextMarker :: Lens' ListXssMatchSetsResponse (Maybe Text)
- listXssMatchSetsResponse_xssMatchSets :: Lens' ListXssMatchSetsResponse (Maybe [XssMatchSetSummary])
- listXssMatchSetsResponse_httpStatus :: Lens' ListXssMatchSetsResponse Int
Creating a Request
data ListXssMatchSets Source #
A request to list the XssMatchSet objects created by the current AWS account.
See: newListXssMatchSets smart constructor.
Constructors
| ListXssMatchSets' | |
Fields
| |
Instances
newListXssMatchSets :: ListXssMatchSets Source #
Create a value of ListXssMatchSets 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:ListXssMatchSets', listXssMatchSets_limit - Specifies the number of XssMatchSet objects that you want AWS WAF to
return for this request. If you have more XssMatchSet objects than the
number you specify for Limit, the response includes a NextMarker
value that you can use to get another batch of Rules.
ListXssMatchSets, listXssMatchSets_nextMarker - If you specify a value for Limit and you have more XssMatchSet objects
than the value of Limit, AWS WAF returns a NextMarker value in the
response that allows you to list another group of XssMatchSets. For
the second and subsequent ListXssMatchSets requests, specify the value
of NextMarker from the previous response to get information about
another batch of XssMatchSets.
Request Lenses
listXssMatchSets_limit :: Lens' ListXssMatchSets (Maybe Natural) Source #
Specifies the number of XssMatchSet objects that you want AWS WAF to
return for this request. If you have more XssMatchSet objects than the
number you specify for Limit, the response includes a NextMarker
value that you can use to get another batch of Rules.
listXssMatchSets_nextMarker :: Lens' ListXssMatchSets (Maybe Text) Source #
If you specify a value for Limit and you have more XssMatchSet objects
than the value of Limit, AWS WAF returns a NextMarker value in the
response that allows you to list another group of XssMatchSets. For
the second and subsequent ListXssMatchSets requests, specify the value
of NextMarker from the previous response to get information about
another batch of XssMatchSets.
Destructuring the Response
data ListXssMatchSetsResponse Source #
The response to a ListXssMatchSets request.
See: newListXssMatchSetsResponse smart constructor.
Constructors
| ListXssMatchSetsResponse' | |
Fields
| |
Instances
newListXssMatchSetsResponse Source #
Create a value of ListXssMatchSetsResponse 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:
ListXssMatchSets, listXssMatchSetsResponse_nextMarker - If you have more XssMatchSet objects than the number that you specified
for Limit in the request, the response includes a NextMarker value.
To list more XssMatchSet objects, submit another ListXssMatchSets
request, and specify the NextMarker value from the response in the
NextMarker value in the next request.
$sel:xssMatchSets:ListXssMatchSetsResponse', listXssMatchSetsResponse_xssMatchSets - An array of XssMatchSetSummary objects.
$sel:httpStatus:ListXssMatchSetsResponse', listXssMatchSetsResponse_httpStatus - The response's http status code.
Response Lenses
listXssMatchSetsResponse_nextMarker :: Lens' ListXssMatchSetsResponse (Maybe Text) Source #
If you have more XssMatchSet objects than the number that you specified
for Limit in the request, the response includes a NextMarker value.
To list more XssMatchSet objects, submit another ListXssMatchSets
request, and specify the NextMarker value from the response in the
NextMarker value in the next request.
listXssMatchSetsResponse_xssMatchSets :: Lens' ListXssMatchSetsResponse (Maybe [XssMatchSetSummary]) Source #
An array of XssMatchSetSummary objects.
listXssMatchSetsResponse_httpStatus :: Lens' ListXssMatchSetsResponse Int Source #
The response's http status code.