libZSservicesZSamazonka-wafZSamazonka-waf
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WAF.GetRegexMatchSet

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 RegexMatchSet specified by RegexMatchSetId.

Synopsis

Creating a Request

data GetRegexMatchSet Source #

See: newGetRegexMatchSet smart constructor.

Constructors

GetRegexMatchSet' 

Fields

  • regexMatchSetId :: Text

    The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

Instances

Instances details
Eq GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Read GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Show GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Generic GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Associated Types

type Rep GetRegexMatchSet :: Type -> Type #

NFData GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Methods

rnf :: GetRegexMatchSet -> () #

Hashable GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

ToJSON GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

AWSRequest GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Associated Types

type AWSResponse GetRegexMatchSet #

ToHeaders GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

ToPath GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

ToQuery GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

type Rep GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

type Rep GetRegexMatchSet = D1 ('MetaData "GetRegexMatchSet" "Amazonka.WAF.GetRegexMatchSet" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "GetRegexMatchSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regexMatchSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetRegexMatchSet Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

newGetRegexMatchSet Source #

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.

Constructors

GetRegexMatchSetResponse' 

Fields

Instances

Instances details
Eq GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Read GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Show GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Generic GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

Associated Types

type Rep GetRegexMatchSetResponse :: Type -> Type #

NFData GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

type Rep GetRegexMatchSetResponse Source # 
Instance details

Defined in Amazonka.WAF.GetRegexMatchSet

type Rep GetRegexMatchSetResponse = D1 ('MetaData "GetRegexMatchSetResponse" "Amazonka.WAF.GetRegexMatchSet" "libZSservicesZSamazonka-wafZSamazonka-waf" 'False) (C1 ('MetaCons "GetRegexMatchSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "regexMatchSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RegexMatchSet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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.