amazonka-elastictranscoder-0.0.7: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ReadPipeline

Contents

Description

The ReadPipeline operation gets detailed information about a pipeline.

http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/ReadPipeline.html

Synopsis

Request

Request constructor

readPipeline Source

Arguments

:: Text

rp1Id

-> ReadPipeline 

ReadPipeline constructor.

The fields accessible through corresponding lenses are:

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.