amazonka-iot-1.6.0: Amazon IoT 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.IoT.UpdateEventConfigurations

Contents

Description

Updates the event configurations.

Synopsis

Creating a Request

updateEventConfigurations :: UpdateEventConfigurations Source #

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

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

data UpdateEventConfigurations Source #

See: updateEventConfigurations smart constructor.

Instances

Eq UpdateEventConfigurations Source # 
Data UpdateEventConfigurations Source # 

Methods

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

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

toConstr :: UpdateEventConfigurations -> Constr #

dataTypeOf :: UpdateEventConfigurations -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateEventConfigurations Source # 
Show UpdateEventConfigurations Source # 
Generic UpdateEventConfigurations Source # 
Hashable UpdateEventConfigurations Source # 
ToJSON UpdateEventConfigurations Source # 
NFData UpdateEventConfigurations Source # 
AWSRequest UpdateEventConfigurations Source # 
ToHeaders UpdateEventConfigurations Source # 
ToPath UpdateEventConfigurations Source # 
ToQuery UpdateEventConfigurations Source # 
type Rep UpdateEventConfigurations Source # 
type Rep UpdateEventConfigurations = D1 * (MetaData "UpdateEventConfigurations" "Network.AWS.IoT.UpdateEventConfigurations" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "UpdateEventConfigurations'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uecEventConfigurations") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe (Map EventType Configuration)))))
type Rs UpdateEventConfigurations Source # 

Request Lenses

Destructuring the Response

updateEventConfigurationsResponse Source #

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

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

data UpdateEventConfigurationsResponse Source #

See: updateEventConfigurationsResponse smart constructor.

Instances

Eq UpdateEventConfigurationsResponse Source # 
Data UpdateEventConfigurationsResponse Source # 

Methods

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

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

toConstr :: UpdateEventConfigurationsResponse -> Constr #

dataTypeOf :: UpdateEventConfigurationsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateEventConfigurationsResponse Source # 
Show UpdateEventConfigurationsResponse Source # 
Generic UpdateEventConfigurationsResponse Source # 
NFData UpdateEventConfigurationsResponse Source # 
type Rep UpdateEventConfigurationsResponse Source # 
type Rep UpdateEventConfigurationsResponse = D1 * (MetaData "UpdateEventConfigurationsResponse" "Network.AWS.IoT.UpdateEventConfigurations" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "UpdateEventConfigurationsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses