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

Contents

Description

Get a BAIDU GCM channel

Synopsis

Creating a Request

getBaiduChannel Source #

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

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

data GetBaiduChannel Source #

See: getBaiduChannel smart constructor.

Instances

Eq GetBaiduChannel Source # 
Data GetBaiduChannel Source # 

Methods

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

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

toConstr :: GetBaiduChannel -> Constr #

dataTypeOf :: GetBaiduChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBaiduChannel Source # 
Show GetBaiduChannel Source # 
Generic GetBaiduChannel Source # 
Hashable GetBaiduChannel Source # 
NFData GetBaiduChannel Source # 

Methods

rnf :: GetBaiduChannel -> () #

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

Request Lenses

Destructuring the Response

getBaiduChannelResponse Source #

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

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

data GetBaiduChannelResponse Source #

See: getBaiduChannelResponse smart constructor.

Instances

Eq GetBaiduChannelResponse Source # 
Data GetBaiduChannelResponse Source # 

Methods

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

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

toConstr :: GetBaiduChannelResponse -> Constr #

dataTypeOf :: GetBaiduChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetBaiduChannelResponse Source # 
Show GetBaiduChannelResponse Source # 
Generic GetBaiduChannelResponse Source # 
NFData GetBaiduChannelResponse Source # 

Methods

rnf :: GetBaiduChannelResponse -> () #

type Rep GetBaiduChannelResponse Source # 
type Rep GetBaiduChannelResponse = D1 (MetaData "GetBaiduChannelResponse" "Network.AWS.Pinpoint.GetBaiduChannel" "amazonka-pinpoint-1.5.0-JLpgkZ2NlnfGDtlP1u3vKU" False) (C1 (MetaCons "GetBaiduChannelResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gbcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gbcrsBaiduChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BaiduChannelResponse))))

Response Lenses