libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.StartPipelineReprocessing

Description

Starts the reprocessing of raw message data through the pipeline.

Synopsis

Creating a Request

data StartPipelineReprocessing Source #

See: newStartPipelineReprocessing smart constructor.

Constructors

StartPipelineReprocessing' 

Fields

  • startTime :: Maybe POSIX

    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.

  • endTime :: Maybe POSIX

    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.

  • channelMessages :: Maybe 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.

  • pipelineName :: Text

    The name of the pipeline on which to start reprocessing.

Instances

Instances details
Eq StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Read StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Show StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Generic StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Associated Types

type Rep StartPipelineReprocessing :: Type -> Type #

NFData StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Hashable StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

ToJSON StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

AWSRequest StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

ToHeaders StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

ToPath StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

ToQuery StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

type Rep StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

type Rep StartPipelineReprocessing = D1 ('MetaData "StartPipelineReprocessing" "Amazonka.IoTAnalytics.StartPipelineReprocessing" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "StartPipelineReprocessing'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "channelMessages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMessages)) :*: S1 ('MetaSel ('Just "pipelineName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse StartPipelineReprocessing Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

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.

Constructors

StartPipelineReprocessingResponse' 

Fields

Instances

Instances details
Eq StartPipelineReprocessingResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Read StartPipelineReprocessingResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Show StartPipelineReprocessingResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Generic StartPipelineReprocessingResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

Associated Types

type Rep StartPipelineReprocessingResponse :: Type -> Type #

NFData StartPipelineReprocessingResponse Source # 
Instance details

Defined in Amazonka.IoTAnalytics.StartPipelineReprocessing

type Rep StartPipelineReprocessingResponse Source # 
Instance details

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.