| 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.GetSqlInjectionMatchSet
Description
Returns the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId.
- getSqlInjectionMatchSet :: Text -> GetSqlInjectionMatchSet
- data GetSqlInjectionMatchSet
- gsimsSqlInjectionMatchSetId :: Lens' GetSqlInjectionMatchSet Text
- getSqlInjectionMatchSetResponse :: Int -> GetSqlInjectionMatchSetResponse
- data GetSqlInjectionMatchSetResponse
- gsimsrsSqlInjectionMatchSet :: Lens' GetSqlInjectionMatchSetResponse (Maybe SqlInjectionMatchSet)
- gsimsrsResponseStatus :: Lens' GetSqlInjectionMatchSetResponse Int
Creating a Request
getSqlInjectionMatchSet Source #
Arguments
| :: Text | |
| -> GetSqlInjectionMatchSet |
Creates a value of GetSqlInjectionMatchSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetSqlInjectionMatchSet Source #
A request to get a SqlInjectionMatchSet.
See: getSqlInjectionMatchSet smart constructor.
Instances
Request Lenses
gsimsSqlInjectionMatchSetId :: Lens' GetSqlInjectionMatchSet Text Source #
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you
want to get. SqlInjectionMatchSetId is returned by
CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Destructuring the Response
getSqlInjectionMatchSetResponse Source #
Arguments
| :: Int | |
| -> GetSqlInjectionMatchSetResponse |
Creates a value of GetSqlInjectionMatchSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetSqlInjectionMatchSetResponse Source #
The response to a GetSqlInjectionMatchSet request.
See: getSqlInjectionMatchSetResponse smart constructor.
Instances
Response Lenses
gsimsrsSqlInjectionMatchSet :: Lens' GetSqlInjectionMatchSetResponse (Maybe SqlInjectionMatchSet) Source #
Information about the SqlInjectionMatchSet that you specified in the
GetSqlInjectionMatchSet request. For more information, see the
following topics:
- SqlInjectionMatchSet: Contains
Name,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
gsimsrsResponseStatus :: Lens' GetSqlInjectionMatchSetResponse Int Source #
The response status code.