Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Starts the reprocessing of raw message data through the pipeline.
Synopsis
- data StartPipelineReprocessing = StartPipelineReprocessing' {}
- newStartPipelineReprocessing :: Text -> StartPipelineReprocessing
- startPipelineReprocessing_startTime :: Lens' StartPipelineReprocessing (Maybe UTCTime)
- startPipelineReprocessing_endTime :: Lens' StartPipelineReprocessing (Maybe UTCTime)
- startPipelineReprocessing_channelMessages :: Lens' StartPipelineReprocessing (Maybe ChannelMessages)
- 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.
StartPipelineReprocessing' | |
|
Instances
newStartPipelineReprocessing Source #
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: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.
$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: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:pipelineName:StartPipelineReprocessing'
, startPipelineReprocessing_pipelineName
- The name of the pipeline on which to start reprocessing.
Request Lenses
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_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_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_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.
StartPipelineReprocessingResponse' | |
|
Instances
Eq StartPipelineReprocessingResponse Source # | |
Read StartPipelineReprocessingResponse Source # | |
Show StartPipelineReprocessingResponse Source # | |
Generic StartPipelineReprocessingResponse Source # | |
NFData StartPipelineReprocessingResponse Source # | |
Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing rnf :: StartPipelineReprocessingResponse -> () # | |
type Rep StartPipelineReprocessingResponse Source # | |
Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing type Rep StartPipelineReprocessingResponse = D1 ('MetaData "StartPipelineReprocessingResponse" "Amazonka.IoTAnalytics.StartPipelineReprocessing" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "StartPipelineReprocessingResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "reprocessingId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newStartPipelineReprocessingResponse Source #
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.