amazonka-waf-regional-1.6.0: Amazon WAF Regional SDK.

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

Network.AWS.WAFRegional.GetXSSMatchSet

Contents

Description

Returns the XssMatchSet that is specified by XssMatchSetId .

Synopsis

Creating a Request

getXSSMatchSet Source #

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 - The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets .

data GetXSSMatchSet Source #

A request to get an XssMatchSet .

See: getXSSMatchSet smart constructor.

Instances

Eq GetXSSMatchSet Source # 
Data GetXSSMatchSet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetXSSMatchSet -> c GetXSSMatchSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetXSSMatchSet #

toConstr :: GetXSSMatchSet -> Constr #

dataTypeOf :: GetXSSMatchSet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetXSSMatchSet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetXSSMatchSet) #

gmapT :: (forall b. Data b => b -> b) -> GetXSSMatchSet -> GetXSSMatchSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetXSSMatchSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetXSSMatchSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetXSSMatchSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetXSSMatchSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetXSSMatchSet -> m GetXSSMatchSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetXSSMatchSet -> m GetXSSMatchSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetXSSMatchSet -> m GetXSSMatchSet #

Read GetXSSMatchSet Source # 
Show GetXSSMatchSet Source # 
Generic GetXSSMatchSet Source # 

Associated Types

type Rep GetXSSMatchSet :: * -> * #

Hashable GetXSSMatchSet Source # 
ToJSON GetXSSMatchSet Source # 
NFData GetXSSMatchSet Source # 

Methods

rnf :: GetXSSMatchSet -> () #

AWSRequest GetXSSMatchSet Source # 
ToHeaders GetXSSMatchSet Source # 
ToPath GetXSSMatchSet Source # 
ToQuery GetXSSMatchSet Source # 
type Rep GetXSSMatchSet Source # 
type Rep GetXSSMatchSet = D1 * (MetaData "GetXSSMatchSet" "Network.AWS.WAFRegional.GetXSSMatchSet" "amazonka-waf-regional-1.6.0-8hbXet7pAjcFZLYYuMOYQd" True) (C1 * (MetaCons "GetXSSMatchSet'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gxmsXSSMatchSetId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetXSSMatchSet Source # 

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 #

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 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 - -- | The response status code.

data GetXSSMatchSetResponse Source #

The response to a GetXssMatchSet request.

See: getXSSMatchSetResponse smart constructor.

Instances

Eq GetXSSMatchSetResponse Source # 
Data GetXSSMatchSetResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetXSSMatchSetResponse -> c GetXSSMatchSetResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetXSSMatchSetResponse #

toConstr :: GetXSSMatchSetResponse -> Constr #

dataTypeOf :: GetXSSMatchSetResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetXSSMatchSetResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetXSSMatchSetResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetXSSMatchSetResponse -> GetXSSMatchSetResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetXSSMatchSetResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetXSSMatchSetResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetXSSMatchSetResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetXSSMatchSetResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetXSSMatchSetResponse -> m GetXSSMatchSetResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetXSSMatchSetResponse -> m GetXSSMatchSetResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetXSSMatchSetResponse -> m GetXSSMatchSetResponse #

Read GetXSSMatchSetResponse Source # 
Show GetXSSMatchSetResponse Source # 
Generic GetXSSMatchSetResponse Source # 
NFData GetXSSMatchSetResponse Source # 

Methods

rnf :: GetXSSMatchSetResponse -> () #

type Rep GetXSSMatchSetResponse Source # 
type Rep GetXSSMatchSetResponse = D1 * (MetaData "GetXSSMatchSetResponse" "Network.AWS.WAFRegional.GetXSSMatchSet" "amazonka-waf-regional-1.6.0-8hbXet7pAjcFZLYYuMOYQd" False) (C1 * (MetaCons "GetXSSMatchSetResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gxmsrsXSSMatchSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe XSSMatchSet))) (S1 * (MetaSel (Just Symbol "_gxmsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

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