amazonka-elastictranscoder-0.0.8: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.DeletePipeline

Contents

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

Synopsis

Request

Request constructor

deletePipeline Source

Arguments

:: Text

dp1Id

-> DeletePipeline 

DeletePipeline constructor.

The fields accessible through corresponding lenses are:

Request lenses

dp1Id :: Lens' DeletePipeline Text Source

The identifier of the pipeline that you want to delete.

Response

Response constructor