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 XssMatchSet that is specified by XssMatchSetId
.
Synopsis
- data GetXssMatchSet = GetXssMatchSet' {}
- newGetXssMatchSet :: Text -> GetXssMatchSet
- getXssMatchSet_xssMatchSetId :: Lens' GetXssMatchSet Text
- data GetXssMatchSetResponse = GetXssMatchSetResponse' {}
- newGetXssMatchSetResponse :: Int -> GetXssMatchSetResponse
- getXssMatchSetResponse_xssMatchSet :: Lens' GetXssMatchSetResponse (Maybe XssMatchSet)
- getXssMatchSetResponse_httpStatus :: Lens' GetXssMatchSetResponse Int
Creating a Request
data GetXssMatchSet Source #
A request to get an XssMatchSet.
See: newGetXssMatchSet
smart constructor.
GetXssMatchSet' | |
|
Instances
Create a value of GetXssMatchSet
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:xssMatchSetId:GetXssMatchSet'
, getXssMatchSet_xssMatchSetId
- The XssMatchSetId
of the XssMatchSet that you want to get.
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
Request Lenses
getXssMatchSet_xssMatchSetId :: 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
data GetXssMatchSetResponse Source #
The response to a GetXssMatchSet request.
See: newGetXssMatchSetResponse
smart constructor.
GetXssMatchSetResponse' | |
|
Instances
newGetXssMatchSetResponse Source #
Create a value of GetXssMatchSetResponse
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:xssMatchSet:GetXssMatchSetResponse'
, getXssMatchSetResponse_xssMatchSet
- 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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
$sel:httpStatus:GetXssMatchSetResponse'
, getXssMatchSetResponse_httpStatus
- The response's http status code.
Response Lenses
getXssMatchSetResponse_xssMatchSet :: 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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
getXssMatchSetResponse_httpStatus :: Lens' GetXssMatchSetResponse Int Source #
The response's http status code.