| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElasticTranscoder.ReadPipeline
Description
The ReadPipeline operation gets detailed information about a pipeline.
http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/ReadPipeline.html
Request
data ReadPipeline Source
Request constructor
Arguments
| :: Text | |
| -> ReadPipeline |
Request lenses
rp1Id :: Lens' ReadPipeline Text Source
The identifier of the pipeline to read.
Response
Response constructor
readPipelineResponse :: ReadPipelineResponse Source
ReadPipelineResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
rprPipeline :: Lens' ReadPipelineResponse (Maybe Pipeline) Source
A section of the response body that provides information about the pipeline.