amazonka-iot-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Data UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.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 Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Show UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Generic UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Associated Types

type Rep UpdateEventConfigurations :: Type -> Type #

Hashable UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

ToJSON UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

AWSRequest UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Associated Types

type Rs UpdateEventConfigurations :: Type #

ToHeaders UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

ToPath UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

ToQuery UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

NFData UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

type Rep UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

type Rep UpdateEventConfigurations = D1 (MetaData "UpdateEventConfigurations" "Network.AWS.IoT.UpdateEventConfigurations" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "UpdateEventConfigurations'" PrefixI True) (S1 (MetaSel (Just "_uecEventConfigurations") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (Map EventType Configuration)))))
type Rs UpdateEventConfigurations Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

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

Defined in Network.AWS.IoT.UpdateEventConfigurations

Data UpdateEventConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

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

Defined in Network.AWS.IoT.UpdateEventConfigurations

Show UpdateEventConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Generic UpdateEventConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

Associated Types

type Rep UpdateEventConfigurationsResponse :: Type -> Type #

NFData UpdateEventConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

type Rep UpdateEventConfigurationsResponse Source # 
Instance details

Defined in Network.AWS.IoT.UpdateEventConfigurations

type Rep UpdateEventConfigurationsResponse = D1 (MetaData "UpdateEventConfigurationsResponse" "Network.AWS.IoT.UpdateEventConfigurations" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" True) (C1 (MetaCons "UpdateEventConfigurationsResponse'" PrefixI True) (S1 (MetaSel (Just "_uecrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses