| 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.GetXSSMatchSet
Description
Returns the XssMatchSet that is specified by XssMatchSetId.
- getXSSMatchSet :: Text -> GetXSSMatchSet
- data GetXSSMatchSet
- gxmsXSSMatchSetId :: Lens' GetXSSMatchSet Text
- getXSSMatchSetResponse :: Int -> GetXSSMatchSetResponse
- data GetXSSMatchSetResponse
- gxmsrsXSSMatchSet :: Lens' GetXSSMatchSetResponse (Maybe XSSMatchSet)
- gxmsrsResponseStatus :: Lens' GetXSSMatchSetResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetXSSMatchSet |
Creates a value of GetXSSMatchSet with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetXSSMatchSet Source #
A request to get an XssMatchSet.
See: getXSSMatchSet smart constructor.
Instances
Request Lenses
gxmsXSSMatchSetId :: Lens' GetXSSMatchSet Text Source #
The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
Destructuring the Response
getXSSMatchSetResponse Source #
Arguments
| :: Int | |
| -> GetXSSMatchSetResponse |
Creates a value of GetXSSMatchSetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetXSSMatchSetResponse Source #
The response to a GetXssMatchSet request.
See: getXSSMatchSetResponse smart constructor.
Response Lenses
gxmsrsXSSMatchSet :: Lens' GetXSSMatchSetResponse (Maybe XSSMatchSet) Source #
Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:
- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
gxmsrsResponseStatus :: Lens' GetXSSMatchSetResponse Int Source #
The response status code.