amazonka-pinpoint-1.4.5: Amazon Pinpoint SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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 # 
Data UpdateAPNSChannel Source # 

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 # 
Show UpdateAPNSChannel Source # 
Generic UpdateAPNSChannel Source # 
Hashable UpdateAPNSChannel Source # 
ToJSON UpdateAPNSChannel Source # 
NFData UpdateAPNSChannel Source # 

Methods

rnf :: UpdateAPNSChannel -> () #

AWSRequest UpdateAPNSChannel Source # 
ToPath UpdateAPNSChannel Source # 
ToHeaders UpdateAPNSChannel Source # 
ToQuery UpdateAPNSChannel Source # 
type Rep UpdateAPNSChannel Source # 
type Rep UpdateAPNSChannel = D1 (MetaData "UpdateAPNSChannel" "Network.AWS.Pinpoint.UpdateAPNSChannel" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "UpdateAPNSChannel'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uacApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uacAPNSChannelRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSChannelRequest))))
type Rs UpdateAPNSChannel Source # 

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 # 
Data UpdateAPNSChannelResponse Source # 

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 # 
Show UpdateAPNSChannelResponse Source # 
Generic UpdateAPNSChannelResponse Source # 
NFData UpdateAPNSChannelResponse Source # 
type Rep UpdateAPNSChannelResponse Source # 
type Rep UpdateAPNSChannelResponse = D1 (MetaData "UpdateAPNSChannelResponse" "Network.AWS.Pinpoint.UpdateAPNSChannel" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "UpdateAPNSChannelResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uacrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_uacrsAPNSChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSChannelResponse))))

Response Lenses