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

Contents

Description

Use to update the GCM channel for an app.

Synopsis

Creating a Request

updateGCMChannel Source #

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

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

data UpdateGCMChannel Source #

See: updateGCMChannel smart constructor.

Instances
Eq UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Data UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Methods

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

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

toConstr :: UpdateGCMChannel -> Constr #

dataTypeOf :: UpdateGCMChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Show UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Generic UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Associated Types

type Rep UpdateGCMChannel :: Type -> Type #

Hashable UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

ToJSON UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

AWSRequest UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Associated Types

type Rs UpdateGCMChannel :: Type #

ToHeaders UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

ToPath UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

ToQuery UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

NFData UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Methods

rnf :: UpdateGCMChannel -> () #

type Rep UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

type Rep UpdateGCMChannel = D1 (MetaData "UpdateGCMChannel" "Network.AWS.Pinpoint.UpdateGCMChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "UpdateGCMChannel'" PrefixI True) (S1 (MetaSel (Just "_ugcApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ugcGCMChannelRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GCMChannelRequest)))
type Rs UpdateGCMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Request Lenses

Destructuring the Response

updateGCMChannelResponse Source #

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

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

data UpdateGCMChannelResponse Source #

See: updateGCMChannelResponse smart constructor.

Instances
Eq UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Data UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Methods

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

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

toConstr :: UpdateGCMChannelResponse -> Constr #

dataTypeOf :: UpdateGCMChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Show UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Generic UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

Associated Types

type Rep UpdateGCMChannelResponse :: Type -> Type #

NFData UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

type Rep UpdateGCMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateGCMChannel

type Rep UpdateGCMChannelResponse = D1 (MetaData "UpdateGCMChannelResponse" "Network.AWS.Pinpoint.UpdateGCMChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "UpdateGCMChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_ugcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ugcrsGCMChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 GCMChannelResponse)))

Response Lenses