| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.StartPipelineReprocessing
Description
Starts the reprocessing of raw message data through the pipeline.
Synopsis
- data StartPipelineReprocessing = StartPipelineReprocessing' {}
- newStartPipelineReprocessing :: Text -> StartPipelineReprocessing
- startPipelineReprocessing_channelMessages :: Lens' StartPipelineReprocessing (Maybe ChannelMessages)
- startPipelineReprocessing_endTime :: Lens' StartPipelineReprocessing (Maybe UTCTime)
- startPipelineReprocessing_startTime :: Lens' StartPipelineReprocessing (Maybe UTCTime)
- startPipelineReprocessing_pipelineName :: Lens' StartPipelineReprocessing Text
- data StartPipelineReprocessingResponse = StartPipelineReprocessingResponse' {
- reprocessingId :: Maybe Text
- httpStatus :: Int
- newStartPipelineReprocessingResponse :: Int -> StartPipelineReprocessingResponse
- startPipelineReprocessingResponse_reprocessingId :: Lens' StartPipelineReprocessingResponse (Maybe Text)
- startPipelineReprocessingResponse_httpStatus :: Lens' StartPipelineReprocessingResponse Int
Creating a Request
data StartPipelineReprocessing Source #
See: newStartPipelineReprocessing smart constructor.
Constructors
| StartPipelineReprocessing' | |
Fields
| |
Instances
newStartPipelineReprocessing Source #
Arguments
| :: Text | |
| -> StartPipelineReprocessing |
Create a value of StartPipelineReprocessing with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:channelMessages:StartPipelineReprocessing', startPipelineReprocessing_channelMessages - Specifies one or more sets of channel messages that you want to
reprocess.
If you use the channelMessages object, you must not specify a value
for startTime and endTime.
$sel:endTime:StartPipelineReprocessing', startPipelineReprocessing_endTime - The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the endTime parameter, you must not use the
channelMessages object.
$sel:startTime:StartPipelineReprocessing', startPipelineReprocessing_startTime - The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the startTime parameter, you must not use
the channelMessages object.
StartPipelineReprocessing, startPipelineReprocessing_pipelineName - The name of the pipeline on which to start reprocessing.
Request Lenses
startPipelineReprocessing_channelMessages :: Lens' StartPipelineReprocessing (Maybe ChannelMessages) Source #
Specifies one or more sets of channel messages that you want to reprocess.
If you use the channelMessages object, you must not specify a value
for startTime and endTime.
startPipelineReprocessing_endTime :: Lens' StartPipelineReprocessing (Maybe UTCTime) Source #
The end time (exclusive) of raw message data that is reprocessed.
If you specify a value for the endTime parameter, you must not use the
channelMessages object.
startPipelineReprocessing_startTime :: Lens' StartPipelineReprocessing (Maybe UTCTime) Source #
The start time (inclusive) of raw message data that is reprocessed.
If you specify a value for the startTime parameter, you must not use
the channelMessages object.
startPipelineReprocessing_pipelineName :: Lens' StartPipelineReprocessing Text Source #
The name of the pipeline on which to start reprocessing.
Destructuring the Response
data StartPipelineReprocessingResponse Source #
See: newStartPipelineReprocessingResponse smart constructor.
Constructors
| StartPipelineReprocessingResponse' | |
Fields
| |
Instances
newStartPipelineReprocessingResponse Source #
Arguments
| :: Int | |
| -> StartPipelineReprocessingResponse |
Create a value of StartPipelineReprocessingResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reprocessingId:StartPipelineReprocessingResponse', startPipelineReprocessingResponse_reprocessingId - The ID of the pipeline reprocessing activity that was started.
$sel:httpStatus:StartPipelineReprocessingResponse', startPipelineReprocessingResponse_httpStatus - The response's http status code.
Response Lenses
startPipelineReprocessingResponse_reprocessingId :: Lens' StartPipelineReprocessingResponse (Maybe Text) Source #
The ID of the pipeline reprocessing activity that was started.
startPipelineReprocessingResponse_httpStatus :: Lens' StartPipelineReprocessingResponse Int Source #
The response's http status code.