amazonka-datapipeline-0.3.6: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.DeactivatePipeline

Contents

Description

Deactivates the specified running pipeline. The pipeline is set to the DEACTIVATING state until the deactivation process completes.

To resume a deactivated pipeline, use ActivatePipeline. By default, the pipeline resumes from the last completed execution. Optionally, you can specify the date and time to resume the pipeline.

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

Synopsis

Request

Request constructor

deactivatePipeline Source

DeactivatePipeline constructor.

The fields accessible through corresponding lenses are:

Request lenses

dp1CancelActive :: Lens' DeactivatePipeline (Maybe Bool) Source

Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

Response

Response constructor