| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| 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.
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:
dId- The identifier of the pipeline that you want to delete.
data DeletePipeline Source #
The DeletePipelineRequest structure.
See: deletePipeline smart constructor.
Instances
Request Lenses
Destructuring the Response
deletePipelineResponse Source #
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:
drsResponseStatus- -- | The response status code.
data DeletePipelineResponse Source #
The DeletePipelineResponse structure.
See: deletePipelineResponse smart constructor.
Response Lenses
drsResponseStatus :: Lens' DeletePipelineResponse Int Source #
- - | The response status code.