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 #

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 #

See: updateADMChannel smart constructor.

Instances
Eq UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

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

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Show UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Generic UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rep UpdateADMChannel :: Type -> Type #

Hashable UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToJSON UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

AWSRequest UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rs UpdateADMChannel :: Type #

ToHeaders UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToPath UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

ToQuery UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

NFData UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Methods

rnf :: UpdateADMChannel -> () #

type Rep UpdateADMChannel # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

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

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Request Lenses

Destructuring the Response

updateADMChannelResponse #

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 #

See: updateADMChannelResponse smart constructor.

Instances
Eq UpdateADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

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

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Show UpdateADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Generic UpdateADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

Associated Types

type Rep UpdateADMChannelResponse :: Type -> Type #

NFData UpdateADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

type Rep UpdateADMChannelResponse # 
Instance details

Defined in Network.AWS.Pinpoint.UpdateADMChannel

type Rep UpdateADMChannelResponse = D1 (MetaData "UpdateADMChannelResponse" "Network.AWS.Pinpoint.UpdateADMChannel" "amazonka-pinpoint-1.6.1-LRjs2iapYz96vBgjkYb5KS" 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

uadmcrsResponseStatus :: Lens' UpdateADMChannelResponse Int #

  • - | The response status code.