amazonka-pinpoint-1.6.0: Amazon Pinpoint 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.Pinpoint.GetEventStream

Contents

Description

Returns the event stream for an app.

Synopsis

Creating a Request

getEventStream Source #

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

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

data GetEventStream Source #

GetEventStreamRequest

See: getEventStream smart constructor.

Instances

Eq GetEventStream Source # 
Data GetEventStream Source # 

Methods

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

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

toConstr :: GetEventStream -> Constr #

dataTypeOf :: GetEventStream -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEventStream Source # 
Show GetEventStream Source # 
Generic GetEventStream Source # 

Associated Types

type Rep GetEventStream :: * -> * #

Hashable GetEventStream Source # 
NFData GetEventStream Source # 

Methods

rnf :: GetEventStream -> () #

AWSRequest GetEventStream Source # 
ToHeaders GetEventStream Source # 
ToPath GetEventStream Source # 
ToQuery GetEventStream Source # 
type Rep GetEventStream Source # 
type Rep GetEventStream = D1 * (MetaData "GetEventStream" "Network.AWS.Pinpoint.GetEventStream" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" True) (C1 * (MetaCons "GetEventStream'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gesApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetEventStream Source # 

Request Lenses

Destructuring the Response

getEventStreamResponse Source #

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

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

data GetEventStreamResponse Source #

See: getEventStreamResponse smart constructor.

Instances

Eq GetEventStreamResponse Source # 
Data GetEventStreamResponse Source # 

Methods

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

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

toConstr :: GetEventStreamResponse -> Constr #

dataTypeOf :: GetEventStreamResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEventStreamResponse Source # 
Show GetEventStreamResponse Source # 
Generic GetEventStreamResponse Source # 
NFData GetEventStreamResponse Source # 

Methods

rnf :: GetEventStreamResponse -> () #

type Rep GetEventStreamResponse Source # 
type Rep GetEventStreamResponse = D1 * (MetaData "GetEventStreamResponse" "Network.AWS.Pinpoint.GetEventStream" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetEventStreamResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gesrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_gesrsEventStream") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * EventStream))))

Response Lenses