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

Contents

Description

Get an email channel

Synopsis

Creating a Request

getEmailChannel Source #

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

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

data GetEmailChannel Source #

See: getEmailChannel smart constructor.

Instances

Eq GetEmailChannel Source # 
Data GetEmailChannel Source # 

Methods

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

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

toConstr :: GetEmailChannel -> Constr #

dataTypeOf :: GetEmailChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEmailChannel Source # 
Show GetEmailChannel Source # 
Generic GetEmailChannel Source # 
Hashable GetEmailChannel Source # 
NFData GetEmailChannel Source # 

Methods

rnf :: GetEmailChannel -> () #

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

Request Lenses

Destructuring the Response

getEmailChannelResponse Source #

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

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

data GetEmailChannelResponse Source #

See: getEmailChannelResponse smart constructor.

Instances

Eq GetEmailChannelResponse Source # 
Data GetEmailChannelResponse Source # 

Methods

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

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

toConstr :: GetEmailChannelResponse -> Constr #

dataTypeOf :: GetEmailChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEmailChannelResponse Source # 
Show GetEmailChannelResponse Source # 
Generic GetEmailChannelResponse Source # 
NFData GetEmailChannelResponse Source # 

Methods

rnf :: GetEmailChannelResponse -> () #

type Rep GetEmailChannelResponse Source # 
type Rep GetEmailChannelResponse = D1 * (MetaData "GetEmailChannelResponse" "Network.AWS.Pinpoint.GetEmailChannel" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "GetEmailChannelResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gecrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_gecrsEmailChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * EmailChannelResponse))))

Response Lenses