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

Contents

Description

Use to update the APNs channel for an app.

Synopsis

Creating a Request

updateAPNSChannel Source #

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

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

data UpdateAPNSChannel Source #

See: updateAPNSChannel smart constructor.

Instances
Eq UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Data UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Methods

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

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

toConstr :: UpdateAPNSChannel -> Constr #

dataTypeOf :: UpdateAPNSChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Show UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Generic UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rep UpdateAPNSChannel :: Type -> Type #

Hashable UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToJSON UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

AWSRequest UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rs UpdateAPNSChannel :: Type #

ToHeaders UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToPath UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToQuery UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

NFData UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Methods

rnf :: UpdateAPNSChannel -> () #

type Rep UpdateAPNSChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

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

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Request Lenses

Destructuring the Response

updateAPNSChannelResponse Source #

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

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

data UpdateAPNSChannelResponse Source #

See: updateAPNSChannelResponse smart constructor.

Instances
Eq UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Data UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Methods

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

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

toConstr :: UpdateAPNSChannelResponse -> Constr #

dataTypeOf :: UpdateAPNSChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Show UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Generic UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rep UpdateAPNSChannelResponse :: Type -> Type #

NFData UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

type Rep UpdateAPNSChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

type Rep UpdateAPNSChannelResponse = D1 (MetaData "UpdateAPNSChannelResponse" "Network.AWS.Pinpoint.UpdateAPNSChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "UpdateAPNSChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_uacrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_uacrsAPNSChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSChannelResponse)))

Response Lenses