amazonka-elastictranscoder-1.1.0: Amazon Elastic Transcoder SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ReadPipeline

Contents

Description

The ReadPipeline operation gets detailed information about a pipeline.

See: AWS API Reference for ReadPipeline.

Synopsis

Creating a Request

readPipeline Source

Arguments

:: Text

rId

-> ReadPipeline 

Creates a value of ReadPipeline with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

rId :: Lens' ReadPipeline Text Source

The identifier of the pipeline to read.

Destructuring the Response

readPipelineResponse Source

Creates a value of ReadPipelineResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

rrsWarnings :: 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.

rrsPipeline :: Lens' ReadPipelineResponse (Maybe Pipeline) Source

A section of the response body that provides information about the pipeline.

rrsStatus :: Lens' ReadPipelineResponse Int Source

The response status code.