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

Contents

Description

Delete a BAIDU GCM channel

Synopsis

Creating a Request

deleteBaiduChannel Source #

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

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

data DeleteBaiduChannel Source #

See: deleteBaiduChannel smart constructor.

Instances
Eq DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Data DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Methods

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

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

toConstr :: DeleteBaiduChannel -> Constr #

dataTypeOf :: DeleteBaiduChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Show DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Generic DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Associated Types

type Rep DeleteBaiduChannel :: Type -> Type #

Hashable DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

AWSRequest DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Associated Types

type Rs DeleteBaiduChannel :: Type #

ToHeaders DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

ToPath DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

ToQuery DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

NFData DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Methods

rnf :: DeleteBaiduChannel -> () #

type Rep DeleteBaiduChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

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

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Request Lenses

Destructuring the Response

deleteBaiduChannelResponse Source #

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

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

data DeleteBaiduChannelResponse Source #

See: deleteBaiduChannelResponse smart constructor.

Instances
Eq DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Data DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Methods

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

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

toConstr :: DeleteBaiduChannelResponse -> Constr #

dataTypeOf :: DeleteBaiduChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Show DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Generic DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

Associated Types

type Rep DeleteBaiduChannelResponse :: Type -> Type #

NFData DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

type Rep DeleteBaiduChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.DeleteBaiduChannel

type Rep DeleteBaiduChannelResponse = D1 (MetaData "DeleteBaiduChannelResponse" "Network.AWS.Pinpoint.DeleteBaiduChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "DeleteBaiduChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_dbcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_dbcrsBaiduChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 BaiduChannelResponse)))

Response Lenses