amazonka-waf-1.4.4: Amazon WAF SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 # 
Data GetSqlInjectionMatchSet Source # 

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 # 
Show GetSqlInjectionMatchSet Source # 
Generic GetSqlInjectionMatchSet Source # 
Hashable GetSqlInjectionMatchSet Source # 
NFData GetSqlInjectionMatchSet Source # 

Methods

rnf :: GetSqlInjectionMatchSet -> () #

AWSRequest GetSqlInjectionMatchSet Source # 
ToPath GetSqlInjectionMatchSet Source # 
ToHeaders GetSqlInjectionMatchSet Source # 
ToQuery GetSqlInjectionMatchSet Source # 
ToJSON GetSqlInjectionMatchSet Source # 
type Rep GetSqlInjectionMatchSet Source # 
type Rep GetSqlInjectionMatchSet = D1 (MetaData "GetSqlInjectionMatchSet" "Network.AWS.WAF.GetSqlInjectionMatchSet" "amazonka-waf-1.4.4-K3x8K12pZOvBUcPz67So7N" True) (C1 (MetaCons "GetSqlInjectionMatchSet'" PrefixI True) (S1 (MetaSel (Just Symbol "_gsimsSqlInjectionMatchSetId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetSqlInjectionMatchSet Source # 

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 # 
Data GetSqlInjectionMatchSetResponse Source # 

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 # 
Show GetSqlInjectionMatchSetResponse Source # 
Generic GetSqlInjectionMatchSetResponse Source # 
NFData GetSqlInjectionMatchSetResponse Source # 
type Rep GetSqlInjectionMatchSetResponse Source # 
type Rep GetSqlInjectionMatchSetResponse = D1 (MetaData "GetSqlInjectionMatchSetResponse" "Network.AWS.WAF.GetSqlInjectionMatchSet" "amazonka-waf-1.4.4-K3x8K12pZOvBUcPz67So7N" False) (C1 (MetaCons "GetSqlInjectionMatchSetResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gsimsrsSqlInjectionMatchSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SqlInjectionMatchSet))) (S1 (MetaSel (Just Symbol "_gsimsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (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: