| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.WAF.ListSqlInjectionMatchSets
Description
Returns an array of SqlInjectionMatchSet objects.
- listSqlInjectionMatchSets :: Natural -> ListSqlInjectionMatchSets
- data ListSqlInjectionMatchSets
- lsimsNextMarker :: Lens' ListSqlInjectionMatchSets (Maybe Text)
- lsimsLimit :: Lens' ListSqlInjectionMatchSets Natural
- listSqlInjectionMatchSetsResponse :: Int -> ListSqlInjectionMatchSetsResponse
- data ListSqlInjectionMatchSetsResponse
- lsimsrsNextMarker :: Lens' ListSqlInjectionMatchSetsResponse (Maybe Text)
- lsimsrsSqlInjectionMatchSets :: Lens' ListSqlInjectionMatchSetsResponse [SqlInjectionMatchSetSummary]
- lsimsrsResponseStatus :: Lens' ListSqlInjectionMatchSetsResponse Int
Creating a Request
listSqlInjectionMatchSets Source #
Arguments
| :: Natural | |
| -> ListSqlInjectionMatchSets |
Creates a value of ListSqlInjectionMatchSets with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSqlInjectionMatchSets Source #
A request to list the SqlInjectionMatchSet objects created by the current AWS account.
See: listSqlInjectionMatchSets smart constructor.
Instances
Request Lenses
lsimsNextMarker :: Lens' ListSqlInjectionMatchSets (Maybe Text) Source #
If you specify a value for Limit and you have more SqlInjectionMatchSet objects than the value of Limit, AWS WAF returns a NextMarker value in the response that allows you to list another group of SqlInjectionMatchSets. For the second and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker from the previous response to get information about another batch of SqlInjectionMatchSets.
lsimsLimit :: Lens' ListSqlInjectionMatchSets Natural Source #
Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF to return for this request. If you have more SqlInjectionMatchSet 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
listSqlInjectionMatchSetsResponse Source #
Arguments
| :: Int | |
| -> ListSqlInjectionMatchSetsResponse |
Creates a value of ListSqlInjectionMatchSetsResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListSqlInjectionMatchSetsResponse Source #
The response to a ListSqlInjectionMatchSets request.
See: listSqlInjectionMatchSetsResponse smart constructor.
Instances
Response Lenses
lsimsrsNextMarker :: Lens' ListSqlInjectionMatchSetsResponse (Maybe Text) Source #
If you have more SqlInjectionMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.
lsimsrsSqlInjectionMatchSets :: Lens' ListSqlInjectionMatchSetsResponse [SqlInjectionMatchSetSummary] Source #
An array of SqlInjectionMatchSetSummary objects.
lsimsrsResponseStatus :: Lens' ListSqlInjectionMatchSetsResponse Int Source #
The response status code.