amazonka-datapipeline-1.3.5: Amazon Data Pipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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.

See: AWS API Reference for ActivatePipeline.

Synopsis

Creating a Request

activatePipeline Source

Creates a value of ActivatePipeline with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

apStartTimestamp :: Lens' ActivatePipeline (Maybe UTCTime) Source

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

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.

Destructuring the Response

activatePipelineResponse Source

Creates a value of ActivatePipelineResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses