amazonka-pinpoint-1.6.1: 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.GetADMChannel

Contents

Description

Get an ADM channel

Synopsis

Creating a Request

getADMChannel Source #

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

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

data GetADMChannel Source #

See: getADMChannel smart constructor.

Instances
Eq GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Data GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

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

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

toConstr :: GetADMChannel -> Constr #

dataTypeOf :: GetADMChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Show GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Generic GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rep GetADMChannel :: Type -> Type #

Hashable GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

AWSRequest GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rs GetADMChannel :: Type #

ToHeaders GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

ToPath GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

ToQuery GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

NFData GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

rnf :: GetADMChannel -> () #

type Rep GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

type Rep GetADMChannel = D1 (MetaData "GetADMChannel" "Network.AWS.Pinpoint.GetADMChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" True) (C1 (MetaCons "GetADMChannel'" PrefixI True) (S1 (MetaSel (Just "_gadmcApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Request Lenses

Destructuring the Response

getADMChannelResponse Source #

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

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

data GetADMChannelResponse Source #

See: getADMChannelResponse smart constructor.

Instances
Eq GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Data GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

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

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

toConstr :: GetADMChannelResponse -> Constr #

dataTypeOf :: GetADMChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Show GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Generic GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rep GetADMChannelResponse :: Type -> Type #

NFData GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

rnf :: GetADMChannelResponse -> () #

type Rep GetADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

type Rep GetADMChannelResponse = D1 (MetaData "GetADMChannelResponse" "Network.AWS.Pinpoint.GetADMChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetADMChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_gadmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gadmcrsADMChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ADMChannelResponse)))

Response Lenses