amazonka-pinpoint-1.4.5: Amazon Pinpoint 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.Pinpoint.GetAPNSChannel

Contents

Description

Returns information about the APNs channel for an app.

Synopsis

Creating a Request

getAPNSChannel Source #

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

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

data GetAPNSChannel Source #

See: getAPNSChannel smart constructor.

Instances

Eq GetAPNSChannel Source # 
Data GetAPNSChannel Source # 

Methods

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

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

toConstr :: GetAPNSChannel -> Constr #

dataTypeOf :: GetAPNSChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAPNSChannel Source # 
Show GetAPNSChannel Source # 
Generic GetAPNSChannel Source # 

Associated Types

type Rep GetAPNSChannel :: * -> * #

Hashable GetAPNSChannel Source # 
NFData GetAPNSChannel Source # 

Methods

rnf :: GetAPNSChannel -> () #

AWSRequest GetAPNSChannel Source # 
ToPath GetAPNSChannel Source # 
ToHeaders GetAPNSChannel Source # 
ToQuery GetAPNSChannel Source # 
type Rep GetAPNSChannel Source # 
type Rep GetAPNSChannel = D1 (MetaData "GetAPNSChannel" "Network.AWS.Pinpoint.GetAPNSChannel" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" True) (C1 (MetaCons "GetAPNSChannel'" PrefixI True) (S1 (MetaSel (Just Symbol "_gacApplicationId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetAPNSChannel Source # 

Request Lenses

Destructuring the Response

getAPNSChannelResponse Source #

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

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

data GetAPNSChannelResponse Source #

See: getAPNSChannelResponse smart constructor.

Instances

Eq GetAPNSChannelResponse Source # 
Data GetAPNSChannelResponse Source # 

Methods

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

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

toConstr :: GetAPNSChannelResponse -> Constr #

dataTypeOf :: GetAPNSChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAPNSChannelResponse Source # 
Show GetAPNSChannelResponse Source # 
Generic GetAPNSChannelResponse Source # 
NFData GetAPNSChannelResponse Source # 

Methods

rnf :: GetAPNSChannelResponse -> () #

type Rep GetAPNSChannelResponse Source # 
type Rep GetAPNSChannelResponse = D1 (MetaData "GetAPNSChannelResponse" "Network.AWS.Pinpoint.GetAPNSChannel" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetAPNSChannelResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gacrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gacrsAPNSChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSChannelResponse))))

Response Lenses