Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.DataPipeline.ActivatePipeline
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
- data ActivatePipeline
- activatePipeline :: Text -> ActivatePipeline
- apParameterValues :: Lens' ActivatePipeline [ParameterValue]
- apPipelineId :: Lens' ActivatePipeline Text
- apStartTimestamp :: Lens' ActivatePipeline (Maybe UTCTime)
- data ActivatePipelineResponse
- activatePipelineResponse :: ActivatePipelineResponse
Request
data ActivatePipeline Source
Request constructor
Arguments
:: Text | |
-> ActivatePipeline |
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.