amazonka-pinpoint-1.6.0: 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 #

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 #

See: updateAPNSChannel smart constructor.

Instances
Eq UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Data UpdateAPNSChannel # 
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 # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Show UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Generic UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rep UpdateAPNSChannel :: * -> * #

Hashable UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToJSON UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

AWSRequest UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rs UpdateAPNSChannel :: * #

ToHeaders UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToPath UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

ToQuery UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

NFData UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Methods

rnf :: UpdateAPNSChannel -> () #

type Rep UpdateAPNSChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

type Rep UpdateAPNSChannel = D1 (MetaData "UpdateAPNSChannel" "Network.AWS.Pinpoint.UpdateAPNSChannel" "amazonka-pinpoint-1.6.0-g97jwSrQ3cH31izP2Adqp" 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 # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Request Lenses

Destructuring the Response

updateAPNSChannelResponse #

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 #

See: updateAPNSChannelResponse smart constructor.

Instances
Eq UpdateAPNSChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Data UpdateAPNSChannelResponse # 
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 # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Show UpdateAPNSChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Generic UpdateAPNSChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

Associated Types

type Rep UpdateAPNSChannelResponse :: * -> * #

NFData UpdateAPNSChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

type Rep UpdateAPNSChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSChannel

type Rep UpdateAPNSChannelResponse = D1 (MetaData "UpdateAPNSChannelResponse" "Network.AWS.Pinpoint.UpdateAPNSChannel" "amazonka-pinpoint-1.6.0-g97jwSrQ3cH31izP2Adqp" 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

uacrsResponseStatus :: Lens' UpdateAPNSChannelResponse Int #

  • - | The response status code.