amazonka-elastictranscoder-1.4.0: Amazon Elastic Transcoder SDK.

Copyright(c) 2013-2016 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.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.

Synopsis

Creating a Request

deletePipeline Source

Arguments

:: Text

dId

-> DeletePipeline 

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

dId :: Lens' DeletePipeline Text Source

The identifier of the pipeline that you want to delete.

Destructuring the Response

deletePipelineResponse Source

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

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

Response Lenses