| 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.GetXSSMatchSet
Description
Returns the XssMatchSet that is specified by XssMatchSetId .
Synopsis
- 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:
gxmsXSSMatchSetId- TheXssMatchSetIdof theXssMatchSetthat you want to get.XssMatchSetIdis returned byCreateXssMatchSetand byListXssMatchSets.
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:
gxmsrsXSSMatchSet- Information about theXssMatchSetthat you specified in theGetXssMatchSetrequest. For more information, see the following topics: *XssMatchSet: ContainsName,XssMatchSetId, and an array ofXssMatchTupleobjects *XssMatchTuple: EachXssMatchTupleobject containsFieldToMatchandTextTransformation*FieldToMatch: ContainsDataandTypegxmsrsResponseStatus- -- | The response status code.
data GetXSSMatchSetResponse Source #
The response to a GetXssMatchSet request.
See: getXSSMatchSetResponse smart constructor.
Instances
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 of XssMatchTuple objects * XssMatchTuple : Each XssMatchTuple object contains FieldToMatch and TextTransformation * FieldToMatch : Contains Data and Type
gxmsrsResponseStatus :: Lens' GetXSSMatchSetResponse Int Source #
- - | The response status code.