Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
The ReadPipeline operation gets detailed information about a pipeline.
See: AWS API Reference for ReadPipeline.
- readPipeline :: Text -> ReadPipeline
- data ReadPipeline
- rId :: Lens' ReadPipeline Text
- readPipelineResponse :: Int -> ReadPipelineResponse
- data ReadPipelineResponse
- rrsWarnings :: Lens' ReadPipelineResponse [Warning]
- rrsPipeline :: Lens' ReadPipelineResponse (Maybe Pipeline)
- rrsStatus :: Lens' ReadPipelineResponse Int
Creating a Request
:: 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.
Request Lenses
rId :: Lens' ReadPipeline Text Source
The identifier of the pipeline to read.
Destructuring the Response
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.
rrsStatus :: Lens' ReadPipelineResponse Int Source
The response status code.