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 RegexMatchSet specified by RegexMatchSetId
.
Synopsis
- data GetRegexMatchSet = GetRegexMatchSet' {}
- newGetRegexMatchSet :: Text -> GetRegexMatchSet
- getRegexMatchSet_regexMatchSetId :: Lens' GetRegexMatchSet Text
- data GetRegexMatchSetResponse = GetRegexMatchSetResponse' {}
- newGetRegexMatchSetResponse :: Int -> GetRegexMatchSetResponse
- getRegexMatchSetResponse_regexMatchSet :: Lens' GetRegexMatchSetResponse (Maybe RegexMatchSet)
- getRegexMatchSetResponse_httpStatus :: Lens' GetRegexMatchSetResponse Int
Creating a Request
data GetRegexMatchSet Source #
See: newGetRegexMatchSet
smart constructor.
GetRegexMatchSet' | |
|
Instances
Create a value of GetRegexMatchSet
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:regexMatchSetId:GetRegexMatchSet'
, getRegexMatchSet_regexMatchSetId
- The RegexMatchSetId
of the RegexMatchSet that you want to get.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
Request Lenses
getRegexMatchSet_regexMatchSetId :: Lens' GetRegexMatchSet Text Source #
The RegexMatchSetId
of the RegexMatchSet that you want to get.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
Destructuring the Response
data GetRegexMatchSetResponse Source #
See: newGetRegexMatchSetResponse
smart constructor.
GetRegexMatchSetResponse' | |
|
Instances
newGetRegexMatchSetResponse Source #
Create a value of GetRegexMatchSetResponse
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:regexMatchSet:GetRegexMatchSetResponse'
, getRegexMatchSetResponse_regexMatchSet
- Information about the RegexMatchSet that you specified in the
GetRegexMatchSet
request. For more information, see RegexMatchTuple.
$sel:httpStatus:GetRegexMatchSetResponse'
, getRegexMatchSetResponse_httpStatus
- The response's http status code.
Response Lenses
getRegexMatchSetResponse_regexMatchSet :: Lens' GetRegexMatchSetResponse (Maybe RegexMatchSet) Source #
Information about the RegexMatchSet that you specified in the
GetRegexMatchSet
request. For more information, see RegexMatchTuple.
getRegexMatchSetResponse_httpStatus :: Lens' GetRegexMatchSetResponse Int Source #
The response's http status code.