amazonka-pinpoint-1.5.0: Amazon Pinpoint SDK.

Copyright(c) 2013-2017 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.GetGCMChannel

Contents

Description

Returns information about the GCM channel for an app.

Synopsis

Creating a Request

getGCMChannel Source #

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

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

data GetGCMChannel Source #

See: getGCMChannel smart constructor.

Instances

Eq GetGCMChannel Source # 
Data GetGCMChannel Source # 

Methods

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

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

toConstr :: GetGCMChannel -> Constr #

dataTypeOf :: GetGCMChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetGCMChannel Source # 
Show GetGCMChannel Source # 
Generic GetGCMChannel Source # 

Associated Types

type Rep GetGCMChannel :: * -> * #

Hashable GetGCMChannel Source # 
NFData GetGCMChannel Source # 

Methods

rnf :: GetGCMChannel -> () #

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

Request Lenses

Destructuring the Response

getGCMChannelResponse Source #

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

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

data GetGCMChannelResponse Source #

See: getGCMChannelResponse smart constructor.

Instances

Eq GetGCMChannelResponse Source # 
Data GetGCMChannelResponse Source # 

Methods

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

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

toConstr :: GetGCMChannelResponse -> Constr #

dataTypeOf :: GetGCMChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetGCMChannelResponse Source # 
Show GetGCMChannelResponse Source # 
Generic GetGCMChannelResponse Source # 
NFData GetGCMChannelResponse Source # 

Methods

rnf :: GetGCMChannelResponse -> () #

type Rep GetGCMChannelResponse Source # 
type Rep GetGCMChannelResponse = D1 (MetaData "GetGCMChannelResponse" "Network.AWS.Pinpoint.GetGCMChannel" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "GetGCMChannelResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ggcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_ggcrsGCMChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GCMChannelResponse))))

Response Lenses

ggcrsResponseStatus :: Lens' GetGCMChannelResponse Int Source #

  • - | The response status code.