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 XssMatchSet objects.
This operation returns paginated results.
Synopsis
- data ListXssMatchSets = ListXssMatchSets' {}
- newListXssMatchSets :: ListXssMatchSets
- listXssMatchSets_nextMarker :: Lens' ListXssMatchSets (Maybe Text)
- listXssMatchSets_limit :: Lens' ListXssMatchSets (Maybe Natural)
- data ListXssMatchSetsResponse = ListXssMatchSetsResponse' {}
- newListXssMatchSetsResponse :: Int -> ListXssMatchSetsResponse
- listXssMatchSetsResponse_xssMatchSets :: Lens' ListXssMatchSetsResponse (Maybe [XssMatchSetSummary])
- listXssMatchSetsResponse_nextMarker :: Lens' ListXssMatchSetsResponse (Maybe Text)
- 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.
ListXssMatchSets' | |
|
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:nextMarker: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
.
$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
.
Request Lenses
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
.
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
.
Destructuring the Response
data ListXssMatchSetsResponse Source #
The response to a ListXssMatchSets request.
See: newListXssMatchSetsResponse
smart constructor.
ListXssMatchSetsResponse' | |
|
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:
$sel:xssMatchSets:ListXssMatchSetsResponse'
, listXssMatchSetsResponse_xssMatchSets
- An array of XssMatchSetSummary objects.
$sel:nextMarker: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:httpStatus:ListXssMatchSetsResponse'
, listXssMatchSetsResponse_httpStatus
- The response's http status code.
Response Lenses
listXssMatchSetsResponse_xssMatchSets :: Lens' ListXssMatchSetsResponse (Maybe [XssMatchSetSummary]) Source #
An array of XssMatchSetSummary objects.
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_httpStatus :: Lens' ListXssMatchSetsResponse Int Source #
The response's http status code.