| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElasticTranscoder.DeletePipeline
Description
The DeletePipeline operation removes a pipeline.
You can only delete a pipeline that has never been used or that is not
currently in use (doesn't contain any active jobs). If the pipeline is
currently in use, DeletePipeline returns an error.
http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/DeletePipeline.html
Request
data DeletePipeline Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeletePipeline |
Request lenses
dp1Id :: Lens' DeletePipeline Text Source
The identifier of the pipeline that you want to delete.
Response
Response constructor
deletePipelineResponse :: DeletePipelineResponse Source
DeletePipelineResponse constructor.