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 #

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 #

See: updateEventConfigurations smart constructor.

Instances

Eq UpdateEventConfigurations # 
Data UpdateEventConfigurations # 

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

Request Lenses

Destructuring the Response

updateEventConfigurationsResponse #

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 #

See: updateEventConfigurationsResponse smart constructor.

Instances

Eq UpdateEventConfigurationsResponse # 
Data UpdateEventConfigurationsResponse # 

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 # 
Show UpdateEventConfigurationsResponse # 
Generic UpdateEventConfigurationsResponse # 
NFData UpdateEventConfigurationsResponse # 
type Rep UpdateEventConfigurationsResponse # 
type Rep UpdateEventConfigurationsResponse = D1 * (MetaData "UpdateEventConfigurationsResponse" "Network.AWS.IoT.UpdateEventConfigurations" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" True) (C1 * (MetaCons "UpdateEventConfigurationsResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_uecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses