amazonka-iot-analytics-1.6.1: Amazon IoT Analytics 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.IoTAnalytics.UpdatePipeline

Contents

Description

Updates the settings of a pipeline.

Synopsis

Creating a Request

updatePipeline Source #

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

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

  • upPipelineName - The name of the pipeline to update.
  • upPipelineActivities - A list of PipelineActivity objects. The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

data UpdatePipeline Source #

See: updatePipeline smart constructor.

Instances
Eq UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Data UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Methods

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

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

toConstr :: UpdatePipeline -> Constr #

dataTypeOf :: UpdatePipeline -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Show UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Generic UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Associated Types

type Rep UpdatePipeline :: Type -> Type #

Hashable UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

ToJSON UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

AWSRequest UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Associated Types

type Rs UpdatePipeline :: Type #

ToHeaders UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

ToPath UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

ToQuery UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

NFData UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Methods

rnf :: UpdatePipeline -> () #

type Rep UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

type Rep UpdatePipeline = D1 (MetaData "UpdatePipeline" "Network.AWS.IoTAnalytics.UpdatePipeline" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "UpdatePipeline'" PrefixI True) (S1 (MetaSel (Just "_upPipelineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_upPipelineActivities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (List1 PipelineActivity))))
type Rs UpdatePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Request Lenses

upPipelineName :: Lens' UpdatePipeline Text Source #

The name of the pipeline to update.

upPipelineActivities :: Lens' UpdatePipeline (NonEmpty PipelineActivity) Source #

A list of PipelineActivity objects. The list can be 1-25 PipelineActivity objects. Activities perform transformations on your messages, such as removing, renaming or adding message attributes; filtering messages based on attribute values; invoking your Lambda functions on messages for advanced processing; or performing mathematical transformations to normalize device data.

Destructuring the Response

updatePipelineResponse :: UpdatePipelineResponse Source #

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

data UpdatePipelineResponse Source #

See: updatePipelineResponse smart constructor.

Instances
Eq UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Data UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Methods

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

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

toConstr :: UpdatePipelineResponse -> Constr #

dataTypeOf :: UpdatePipelineResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Show UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Generic UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Associated Types

type Rep UpdatePipelineResponse :: Type -> Type #

NFData UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

Methods

rnf :: UpdatePipelineResponse -> () #

type Rep UpdatePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.UpdatePipeline

type Rep UpdatePipelineResponse = D1 (MetaData "UpdatePipelineResponse" "Network.AWS.IoTAnalytics.UpdatePipeline" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "UpdatePipelineResponse'" PrefixI False) (U1 :: Type -> Type))