amazonka-datapipeline-0.3.6: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.ActivatePipeline

Contents

Description

Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.

If you need to pause the pipeline to investigate an issue with a component, such as a data source or script, call DeactivatePipeline.

To activate a finished pipeline, modify the end date for the pipeline and then activate it.

http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_ActivatePipeline.html

Synopsis

Request

Request constructor

activatePipeline Source

ActivatePipeline constructor.

The fields accessible through corresponding lenses are:

Request lenses

apParameterValues :: Lens' ActivatePipeline [ParameterValue] Source

A list of parameter values to pass to the pipeline at activation.

apPipelineId :: Lens' ActivatePipeline Text Source

The ID of the pipeline.

apStartTimestamp :: Lens' ActivatePipeline (Maybe UTCTime) Source

The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

Response

Response constructor