| 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.GetSqlInjectionMatchSet
Description
Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId .
Synopsis
- 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:
gsimsSqlInjectionMatchSetId- TheSqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to get.SqlInjectionMatchSetIdis returned byCreateSqlInjectionMatchSetand byListSqlInjectionMatchSets.
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:
gsimsrsSqlInjectionMatchSet- Information about theSqlInjectionMatchSetthat you specified in theGetSqlInjectionMatchSetrequest. For more information, see the following topics: *SqlInjectionMatchSet: ContainsName,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects *SqlInjectionMatchTuple: EachSqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation*FieldToMatch: ContainsDataandTypegsimsrsResponseStatus- -- | The response status code.
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 of SqlInjectionMatchTuple objects * SqlInjectionMatchTuple : Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation * FieldToMatch : Contains Data and Type
gsimsrsResponseStatus :: Lens' GetSqlInjectionMatchSetResponse Int Source #
- - | The response status code.