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

Contents

Description

Update an APNS VoIP sandbox channel

Synopsis

Creating a Request

updateAPNSVoipSandboxChannel Source #

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

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

data UpdateAPNSVoipSandboxChannel Source #

See: updateAPNSVoipSandboxChannel smart constructor.

Instances
Eq UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Data UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Methods

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

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

toConstr :: UpdateAPNSVoipSandboxChannel -> Constr #

dataTypeOf :: UpdateAPNSVoipSandboxChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Show UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Generic UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Associated Types

type Rep UpdateAPNSVoipSandboxChannel :: Type -> Type #

Hashable UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

ToJSON UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

AWSRequest UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Associated Types

type Rs UpdateAPNSVoipSandboxChannel :: Type #

ToHeaders UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

ToPath UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

ToQuery UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

NFData UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

type Rep UpdateAPNSVoipSandboxChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

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

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Request Lenses

Destructuring the Response

updateAPNSVoipSandboxChannelResponse Source #

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

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

data UpdateAPNSVoipSandboxChannelResponse Source #

See: updateAPNSVoipSandboxChannelResponse smart constructor.

Instances
Eq UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Data UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Methods

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

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

toConstr :: UpdateAPNSVoipSandboxChannelResponse -> Constr #

dataTypeOf :: UpdateAPNSVoipSandboxChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Show UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

Generic UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

NFData UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

type Rep UpdateAPNSVoipSandboxChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel

type Rep UpdateAPNSVoipSandboxChannelResponse = D1 (MetaData "UpdateAPNSVoipSandboxChannelResponse" "Network.AWS.Pinpoint.UpdateAPNSVoipSandboxChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "UpdateAPNSVoipSandboxChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_uavscrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_uavscrsAPNSVoipSandboxChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APNSVoipSandboxChannelResponse)))

Response Lenses