| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.WAF.ListSqlInjectionMatchSets
Description
Returns an array of SqlInjectionMatchSet objects.
This operation returns paginated results.
- listSqlInjectionMatchSets :: ListSqlInjectionMatchSets
- data ListSqlInjectionMatchSets
- lsimsNextMarker :: Lens' ListSqlInjectionMatchSets (Maybe Text)
- lsimsLimit :: Lens' ListSqlInjectionMatchSets (Maybe Natural)
- listSqlInjectionMatchSetsResponse :: Int -> ListSqlInjectionMatchSetsResponse
- data ListSqlInjectionMatchSetsResponse
- lsimsrsNextMarker :: Lens' ListSqlInjectionMatchSetsResponse (Maybe Text)
- lsimsrsSqlInjectionMatchSets :: Lens' ListSqlInjectionMatchSetsResponse [SqlInjectionMatchSetSummary]
- lsimsrsResponseStatus :: Lens' ListSqlInjectionMatchSetsResponse Int
Creating a Request
listSqlInjectionMatchSets :: ListSqlInjectionMatchSets Source #
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:
lsimsNextMarker- If you specify a value forLimitand you have moreSqlInjectionMatchSetobjects than the value ofLimit, AWS WAF returns aNextMarkervalue in the response that allows you to list another group ofSqlInjectionMatchSets. For the second and subsequentListSqlInjectionMatchSetsrequests, specify the value ofNextMarkerfrom the previous response to get information about another batch ofSqlInjectionMatchSets.lsimsLimit- Specifies the number ofSqlInjectionMatchSetobjects that you want AWS WAF to return for this request. If you have moreSqlInjectionMatchSetobjects than the number you specify forLimit, the response includes aNextMarkervalue that you can use to get another batch ofRules.
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 (Maybe 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:
lsimsrsNextMarker- If you have moreSqlInjectionMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreSqlInjectionMatchSetobjects, submit anotherListSqlInjectionMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.lsimsrsSqlInjectionMatchSets- An array ofSqlInjectionMatchSetSummaryobjects.lsimsrsResponseStatus- -- | The response status code.
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.