| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.DataPipeline.DeletePipeline
Description
Permanently deletes a pipeline, its pipeline definition and its run history. You cannot query or restore a deleted pipeline. AWS Data Pipeline will attempt to cancel instances associated with the pipeline that are currently being processed by task runners. Deleting a pipeline cannot be undone.
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.
http://docs.aws.amazon.com/datapipeline/latest/APIReference/API_DeletePipeline.html
Request
data DeletePipeline Source
Instances
| Eq DeletePipeline | |
| Ord DeletePipeline | |
| Read DeletePipeline | |
| Show DeletePipeline | |
| IsString DeletePipeline | |
| ToJSON DeletePipeline | |
| Monoid DeletePipeline | |
| AWSRequest DeletePipeline | |
| ToQuery DeletePipeline | |
| ToPath DeletePipeline | |
| ToHeaders DeletePipeline | |
| type Sv DeletePipeline = DataPipeline | |
| type Rs DeletePipeline = DeletePipelineResponse |
Request constructor
Arguments
| :: Text | |
| -> DeletePipeline |
DeletePipeline constructor.
The fields accessible through corresponding lenses are:
dpPipelineId::Text
Request lenses
dpPipelineId :: Lens' DeletePipeline Text Source
The identifier of the pipeline to be deleted.
Response
Response constructor
deletePipelineResponse :: DeletePipelineResponse Source
DeletePipelineResponse constructor.