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.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 # 
Data UpdateADMChannel Source # 

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

Methods

rnf :: UpdateADMChannel -> () #

AWSRequest UpdateADMChannel Source # 
ToHeaders UpdateADMChannel Source # 
ToPath UpdateADMChannel Source # 
ToQuery UpdateADMChannel Source # 
type Rep UpdateADMChannel Source # 
type Rep UpdateADMChannel = D1 * (MetaData "UpdateADMChannel" "Network.AWS.Pinpoint.UpdateADMChannel" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "UpdateADMChannel'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uadmcApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_uadmcADMChannelRequest") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ADMChannelRequest))))
type Rs UpdateADMChannel Source # 

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

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 # 
Show UpdateADMChannelResponse Source # 
Generic UpdateADMChannelResponse Source # 
NFData UpdateADMChannelResponse Source # 
type Rep UpdateADMChannelResponse Source # 
type Rep UpdateADMChannelResponse = D1 * (MetaData "UpdateADMChannelResponse" "Network.AWS.Pinpoint.UpdateADMChannel" "amazonka-pinpoint-1.6.0-7oUik9Pbw4H6Ztde19v7pU" False) (C1 * (MetaCons "UpdateADMChannelResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_uadmcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_uadmcrsADMChannelResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ADMChannelResponse))))

Response Lenses