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 the SqlInjectionMatchSet that is specified by
SqlInjectionMatchSetId
.
Synopsis
- data GetSqlInjectionMatchSet = GetSqlInjectionMatchSet' {}
- newGetSqlInjectionMatchSet :: Text -> GetSqlInjectionMatchSet
- getSqlInjectionMatchSet_sqlInjectionMatchSetId :: Lens' GetSqlInjectionMatchSet Text
- data GetSqlInjectionMatchSetResponse = GetSqlInjectionMatchSetResponse' {}
- newGetSqlInjectionMatchSetResponse :: Int -> GetSqlInjectionMatchSetResponse
- getSqlInjectionMatchSetResponse_sqlInjectionMatchSet :: Lens' GetSqlInjectionMatchSetResponse (Maybe SqlInjectionMatchSet)
- getSqlInjectionMatchSetResponse_httpStatus :: Lens' GetSqlInjectionMatchSetResponse Int
Creating a Request
data GetSqlInjectionMatchSet Source #
A request to get a SqlInjectionMatchSet.
See: newGetSqlInjectionMatchSet
smart constructor.
GetSqlInjectionMatchSet' | |
|
Instances
newGetSqlInjectionMatchSet Source #
Create a value of GetSqlInjectionMatchSet
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:sqlInjectionMatchSetId:GetSqlInjectionMatchSet'
, getSqlInjectionMatchSet_sqlInjectionMatchSetId
- The SqlInjectionMatchSetId
of the SqlInjectionMatchSet that you want
to get. SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
Request Lenses
getSqlInjectionMatchSet_sqlInjectionMatchSetId :: 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
data GetSqlInjectionMatchSetResponse Source #
The response to a GetSqlInjectionMatchSet request.
See: newGetSqlInjectionMatchSetResponse
smart constructor.
GetSqlInjectionMatchSetResponse' | |
|
Instances
newGetSqlInjectionMatchSetResponse Source #
Create a value of GetSqlInjectionMatchSetResponse
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:sqlInjectionMatchSet:GetSqlInjectionMatchSetResponse'
, getSqlInjectionMatchSetResponse_sqlInjectionMatchSet
- 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 ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
$sel:httpStatus:GetSqlInjectionMatchSetResponse'
, getSqlInjectionMatchSetResponse_httpStatus
- The response's http status code.
Response Lenses
getSqlInjectionMatchSetResponse_sqlInjectionMatchSet :: 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 ofSqlInjectionMatchTuple
objects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
getSqlInjectionMatchSetResponse_httpStatus :: Lens' GetSqlInjectionMatchSetResponse Int Source #
The response's http status code.