amazonka-iot-analytics-1.6.0: 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.StartPipelineReprocessing

Contents

Description

Starts the reprocessing of raw message data through the pipeline.

Synopsis

Creating a Request

startPipelineReprocessing Source #

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

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

  • sprStartTime - The start time (inclusive) of raw message data that is reprocessed.
  • sprEndTime - The end time (exclusive) of raw message data that is reprocessed.
  • sprPipelineName - The name of the pipeline on which to start reprocessing.

data StartPipelineReprocessing Source #

See: startPipelineReprocessing smart constructor.

Instances

Eq StartPipelineReprocessing Source # 
Data StartPipelineReprocessing Source # 

Methods

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

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

toConstr :: StartPipelineReprocessing -> Constr #

dataTypeOf :: StartPipelineReprocessing -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartPipelineReprocessing Source # 
Show StartPipelineReprocessing Source # 
Generic StartPipelineReprocessing Source # 
Hashable StartPipelineReprocessing Source # 
ToJSON StartPipelineReprocessing Source # 
NFData StartPipelineReprocessing Source # 
AWSRequest StartPipelineReprocessing Source # 
ToHeaders StartPipelineReprocessing Source # 
ToPath StartPipelineReprocessing Source # 
ToQuery StartPipelineReprocessing Source # 
type Rep StartPipelineReprocessing Source # 
type Rep StartPipelineReprocessing = D1 * (MetaData "StartPipelineReprocessing" "Network.AWS.IoTAnalytics.StartPipelineReprocessing" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "StartPipelineReprocessing'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_sprStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) ((:*:) * (S1 * (MetaSel (Just Symbol "_sprEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) (S1 * (MetaSel (Just Symbol "_sprPipelineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs StartPipelineReprocessing Source # 

Request Lenses

sprStartTime :: Lens' StartPipelineReprocessing (Maybe UTCTime) Source #

The start time (inclusive) of raw message data that is reprocessed.

sprEndTime :: Lens' StartPipelineReprocessing (Maybe UTCTime) Source #

The end time (exclusive) of raw message data that is reprocessed.

sprPipelineName :: Lens' StartPipelineReprocessing Text Source #

The name of the pipeline on which to start reprocessing.

Destructuring the Response

startPipelineReprocessingResponse Source #

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

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

data StartPipelineReprocessingResponse Source #

See: startPipelineReprocessingResponse smart constructor.

Instances

Eq StartPipelineReprocessingResponse Source # 
Data StartPipelineReprocessingResponse Source # 

Methods

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

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

toConstr :: StartPipelineReprocessingResponse -> Constr #

dataTypeOf :: StartPipelineReprocessingResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StartPipelineReprocessingResponse Source # 
Show StartPipelineReprocessingResponse Source # 
Generic StartPipelineReprocessingResponse Source # 
NFData StartPipelineReprocessingResponse Source # 
type Rep StartPipelineReprocessingResponse Source # 
type Rep StartPipelineReprocessingResponse = D1 * (MetaData "StartPipelineReprocessingResponse" "Network.AWS.IoTAnalytics.StartPipelineReprocessing" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "StartPipelineReprocessingResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_sprrsReprocessingId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_sprrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

sprrsReprocessingId :: Lens' StartPipelineReprocessingResponse (Maybe Text) Source #

The ID of the pipeline reprocessing activity that was started.