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.GetByteMatchSet

Contents

Description

Returns the ByteMatchSet specified by ByteMatchSetId.

Synopsis

Creating a Request

getByteMatchSet Source #

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

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

data GetByteMatchSet Source #

See: getByteMatchSet smart constructor.

Instances

Eq GetByteMatchSet Source # 
Data GetByteMatchSet Source # 

Methods

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

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

toConstr :: GetByteMatchSet -> Constr #

dataTypeOf :: GetByteMatchSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetByteMatchSet Source # 
Show GetByteMatchSet Source # 
Generic GetByteMatchSet Source # 
Hashable GetByteMatchSet Source # 
NFData GetByteMatchSet Source # 

Methods

rnf :: GetByteMatchSet -> () #

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

Request Lenses

gbmsByteMatchSetId :: Lens' GetByteMatchSet Text Source #

The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

Destructuring the Response

getByteMatchSetResponse Source #

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

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

data GetByteMatchSetResponse Source #

See: getByteMatchSetResponse smart constructor.

Instances

Eq GetByteMatchSetResponse Source # 
Data GetByteMatchSetResponse Source # 

Methods

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

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

toConstr :: GetByteMatchSetResponse -> Constr #

dataTypeOf :: GetByteMatchSetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetByteMatchSetResponse Source # 
Show GetByteMatchSetResponse Source # 
Generic GetByteMatchSetResponse Source # 
NFData GetByteMatchSetResponse Source # 

Methods

rnf :: GetByteMatchSetResponse -> () #

type Rep GetByteMatchSetResponse Source # 
type Rep GetByteMatchSetResponse = D1 (MetaData "GetByteMatchSetResponse" "Network.AWS.WAF.GetByteMatchSet" "amazonka-waf-1.4.4-K3x8K12pZOvBUcPz67So7N" False) (C1 (MetaCons "GetByteMatchSetResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbmsrsByteMatchSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteMatchSet))) (S1 (MetaSel (Just Symbol "_gbmsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

gbmsrsByteMatchSet :: Lens' GetByteMatchSetResponse (Maybe ByteMatchSet) Source #

Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For more information, see the following topics: