| Copyright | (c) 2013-2016 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay <[email protected]> | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | None | 
| Language | Haskell2010 | 
Network.AWS.ElasticTranscoder.ReadPipeline
Description
The ReadPipeline operation gets detailed information about a pipeline.
- readPipeline :: Text -> ReadPipeline
- data ReadPipeline
- rId :: Lens' ReadPipeline Text
- readPipelineResponse :: Int -> ReadPipelineResponse
- data ReadPipelineResponse
- rrsWarnings :: Lens' ReadPipelineResponse [Warning]
- rrsPipeline :: Lens' ReadPipelineResponse (Maybe Pipeline)
- rrsResponseStatus :: Lens' ReadPipelineResponse Int
Creating a Request
Arguments
| :: Text | |
| -> 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:
data ReadPipeline Source
The ReadPipelineRequest structure.
See: readPipeline smart constructor.
Instances
Request Lenses
rId :: Lens' ReadPipeline Text Source
The identifier of the pipeline to read.
Destructuring the Response
Arguments
| :: Int | |
| -> ReadPipelineResponse | 
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:
data ReadPipelineResponse Source
The ReadPipelineResponse structure.
See: readPipelineResponse smart constructor.
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.
rrsResponseStatus :: Lens' ReadPipelineResponse Int Source
The response status code.