amazonka-waf-1.6.1: Amazon WAF 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.WAF.GetSqlInjectionMatchSet

Contents

Description

Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId .

Synopsis

Creating a Request

getSqlInjectionMatchSet Source #

Creates a value of GetSqlInjectionMatchSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetSqlInjectionMatchSet Source #

A request to get a SqlInjectionMatchSet .

See: getSqlInjectionMatchSet smart constructor.

Instances
Eq GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Data GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Methods

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

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

toConstr :: GetSqlInjectionMatchSet -> Constr #

dataTypeOf :: GetSqlInjectionMatchSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Show GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Generic GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Associated Types

type Rep GetSqlInjectionMatchSet :: Type -> Type #

Hashable GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

ToJSON GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

AWSRequest GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Associated Types

type Rs GetSqlInjectionMatchSet :: Type #

ToHeaders GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

ToPath GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

ToQuery GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

NFData GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Methods

rnf :: GetSqlInjectionMatchSet -> () #

type Rep GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

type Rep GetSqlInjectionMatchSet = D1 (MetaData "GetSqlInjectionMatchSet" "Network.AWS.WAF.GetSqlInjectionMatchSet" "amazonka-waf-1.6.1-AAUMqlxoZ2N3dlHnZE2nzz" True) (C1 (MetaCons "GetSqlInjectionMatchSet'" PrefixI True) (S1 (MetaSel (Just "_gsimsSqlInjectionMatchSetId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetSqlInjectionMatchSet Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Request Lenses

gsimsSqlInjectionMatchSetId :: Lens' GetSqlInjectionMatchSet Text Source #

The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets .

Destructuring the Response

getSqlInjectionMatchSetResponse Source #

Creates a value of GetSqlInjectionMatchSetResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetSqlInjectionMatchSetResponse Source #

The response to a GetSqlInjectionMatchSet request.

See: getSqlInjectionMatchSetResponse smart constructor.

Instances
Eq GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Data GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Methods

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

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

toConstr :: GetSqlInjectionMatchSetResponse -> Constr #

dataTypeOf :: GetSqlInjectionMatchSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Show GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Generic GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

Associated Types

type Rep GetSqlInjectionMatchSetResponse :: Type -> Type #

NFData GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

type Rep GetSqlInjectionMatchSetResponse Source # 
Instance details

Defined in Network.AWS.WAF.GetSqlInjectionMatchSet

type Rep GetSqlInjectionMatchSetResponse = D1 (MetaData "GetSqlInjectionMatchSetResponse" "Network.AWS.WAF.GetSqlInjectionMatchSet" "amazonka-waf-1.6.1-AAUMqlxoZ2N3dlHnZE2nzz" False) (C1 (MetaCons "GetSqlInjectionMatchSetResponse'" PrefixI True) (S1 (MetaSel (Just "_gsimsrsSqlInjectionMatchSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SqlInjectionMatchSet)) :*: S1 (MetaSel (Just "_gsimsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gsimsrsSqlInjectionMatchSet :: Lens' GetSqlInjectionMatchSetResponse (Maybe SqlInjectionMatchSet) Source #

Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics: * SqlInjectionMatchSet : Contains Name , SqlInjectionMatchSetId , and an array of SqlInjectionMatchTuple objects * SqlInjectionMatchTuple : Each SqlInjectionMatchTuple object contains FieldToMatch and TextTransformation * FieldToMatch : Contains Data and Type