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

Contents

Description

Get an ADM channel

Synopsis

Creating a Request

getADMChannel #

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 #

See: getADMChannel smart constructor.

Instances
Eq GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Data GetADMChannel # 
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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Show GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Generic GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rep GetADMChannel :: * -> * #

Hashable GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

AWSRequest GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rs GetADMChannel :: * #

ToHeaders GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

ToPath GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

ToQuery GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

NFData GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

rnf :: GetADMChannel -> () #

type Rep GetADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

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

Defined in Network.AWS.Pinpoint.GetADMChannel

Request Lenses

Destructuring the Response

getADMChannelResponse #

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 #

See: getADMChannelResponse smart constructor.

Instances
Eq GetADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Data GetADMChannelResponse # 
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 # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Show GetADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Generic GetADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Associated Types

type Rep GetADMChannelResponse :: * -> * #

NFData GetADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

Methods

rnf :: GetADMChannelResponse -> () #

type Rep GetADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.GetADMChannel

type Rep GetADMChannelResponse = D1 (MetaData "GetADMChannelResponse" "Network.AWS.Pinpoint.GetADMChannel" "amazonka-pinpoint-1.6.0-FJI8AmweN9r58M3vH3L3oZ" 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

gadmcrsResponseStatus :: Lens' GetADMChannelResponse Int #

  • - | The response status code.