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

Contents

Description

Update an ADM channel

Synopsis

Creating a Request

updateADMChannel Source #

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

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

data UpdateADMChannel Source #

See: updateADMChannel smart constructor.

Instances
Eq UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Data UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Methods

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

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

toConstr :: UpdateADMChannel -> Constr #

dataTypeOf :: UpdateADMChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Show UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Generic UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rep UpdateADMChannel :: Type -> Type #

Hashable UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToJSON UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

AWSRequest UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rs UpdateADMChannel :: Type #

ToHeaders UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToPath UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToQuery UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

NFData UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Methods

rnf :: UpdateADMChannel -> () #

type Rep UpdateADMChannel Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

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

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Request Lenses

Destructuring the Response

updateADMChannelResponse Source #

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

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

data UpdateADMChannelResponse Source #

See: updateADMChannelResponse smart constructor.

Instances
Eq UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Data UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Methods

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

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

toConstr :: UpdateADMChannelResponse -> Constr #

dataTypeOf :: UpdateADMChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Show UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Generic UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rep UpdateADMChannelResponse :: Type -> Type #

NFData UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

type Rep UpdateADMChannelResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

type Rep UpdateADMChannelResponse = D1 (MetaData "UpdateADMChannelResponse" "Network.AWS.Pinpoint.UpdateADMChannel" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "UpdateADMChannelResponse'" PrefixI True) (S1 (MetaSel (Just "_uadmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_uadmcrsADMChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ADMChannelResponse)))

Response Lenses