amazonka-elastictranscoder-0.3.3: 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.

rprWarnings :: Lens' ReadPipelineResponse [Warning] Source

Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.