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 SqlInjectionMatchSet objects.
This operation returns paginated results.
Synopsis
- data ListSqlInjectionMatchSets = ListSqlInjectionMatchSets' {}
- newListSqlInjectionMatchSets :: ListSqlInjectionMatchSets
- listSqlInjectionMatchSets_nextMarker :: Lens' ListSqlInjectionMatchSets (Maybe Text)
- listSqlInjectionMatchSets_limit :: Lens' ListSqlInjectionMatchSets (Maybe Natural)
- data ListSqlInjectionMatchSetsResponse = ListSqlInjectionMatchSetsResponse' {}
- newListSqlInjectionMatchSetsResponse :: Int -> ListSqlInjectionMatchSetsResponse
- listSqlInjectionMatchSetsResponse_nextMarker :: Lens' ListSqlInjectionMatchSetsResponse (Maybe Text)
- listSqlInjectionMatchSetsResponse_sqlInjectionMatchSets :: Lens' ListSqlInjectionMatchSetsResponse (Maybe [SqlInjectionMatchSetSummary])
- listSqlInjectionMatchSetsResponse_httpStatus :: Lens' ListSqlInjectionMatchSetsResponse Int
Creating a Request
data ListSqlInjectionMatchSets Source #
A request to list the SqlInjectionMatchSet objects created by the current AWS account.
See: newListSqlInjectionMatchSets
smart constructor.
ListSqlInjectionMatchSets' | |
|
Instances
newListSqlInjectionMatchSets :: ListSqlInjectionMatchSets Source #
Create a value of ListSqlInjectionMatchSets
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:ListSqlInjectionMatchSets'
, listSqlInjectionMatchSets_nextMarker
- 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
.
$sel:limit:ListSqlInjectionMatchSets'
, listSqlInjectionMatchSets_limit
- 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
.
Request Lenses
listSqlInjectionMatchSets_nextMarker :: 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
.
listSqlInjectionMatchSets_limit :: 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
data ListSqlInjectionMatchSetsResponse Source #
The response to a ListSqlInjectionMatchSets request.
See: newListSqlInjectionMatchSetsResponse
smart constructor.
ListSqlInjectionMatchSetsResponse' | |
|
Instances
newListSqlInjectionMatchSetsResponse Source #
Create a value of ListSqlInjectionMatchSetsResponse
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:ListSqlInjectionMatchSets'
, listSqlInjectionMatchSetsResponse_nextMarker
- 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.
$sel:sqlInjectionMatchSets:ListSqlInjectionMatchSetsResponse'
, listSqlInjectionMatchSetsResponse_sqlInjectionMatchSets
- An array of SqlInjectionMatchSetSummary objects.
$sel:httpStatus:ListSqlInjectionMatchSetsResponse'
, listSqlInjectionMatchSetsResponse_httpStatus
- The response's http status code.
Response Lenses
listSqlInjectionMatchSetsResponse_nextMarker :: 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.
listSqlInjectionMatchSetsResponse_sqlInjectionMatchSets :: Lens' ListSqlInjectionMatchSetsResponse (Maybe [SqlInjectionMatchSetSummary]) Source #
An array of SqlInjectionMatchSetSummary objects.
listSqlInjectionMatchSetsResponse_httpStatus :: Lens' ListSqlInjectionMatchSetsResponse Int Source #
The response's http status code.