| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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.
See: AWS API Reference for DeletePipeline.
Creating a Request
Arguments
| :: Text | |
| -> 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:
data DeletePipeline Source
The DeletePipelineRequest structure.
See: deletePipeline smart constructor.
Instances
Request Lenses
dId :: Lens' DeletePipeline Text Source
The identifier of the pipeline that you want to delete.
Destructuring the Response
Arguments
| :: Int | |
| -> DeletePipelineResponse |
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:
data DeletePipelineResponse Source
The DeletePipelineResponse structure.
See: deletePipelineResponse smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeletePipelineResponse Int Source
The response status code.