amazonka-datapipeline-1.0.0: 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.DeletePipeline

Contents

Description

Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.

Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to PAUSE on individual components. Components that are paused by SetStatus can be resumed.

See: AWS API Reference for DeletePipeline.

Synopsis

Creating a Request

deletePipeline Source

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

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

Request Lenses

dpPipelineId :: Lens' DeletePipeline Text Source

The ID of the pipeline.

Destructuring the Response

deletePipelineResponse :: DeletePipelineResponse Source

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