| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.WAF.GetSqlInjectionMatchSet
Description
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.
Constructors
| GetSqlInjectionMatchSet' | |
Fields
| |
Instances
newGetSqlInjectionMatchSet Source #
Arguments
| :: Text | |
| -> GetSqlInjectionMatchSet |
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:
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.
Constructors
| GetSqlInjectionMatchSetResponse' | |
Fields
| |
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 ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
$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 ofSqlInjectionMatchTupleobjects - SqlInjectionMatchTuple: Each
SqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
getSqlInjectionMatchSetResponse_httpStatus :: Lens' GetSqlInjectionMatchSetResponse Int Source #
The response's http status code.