Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
The ReadPipeline operation gets detailed information about a pipeline.
Synopsis
- data ReadPipeline = ReadPipeline' {}
- newReadPipeline :: Text -> ReadPipeline
- readPipeline_id :: Lens' ReadPipeline Text
- data ReadPipelineResponse = ReadPipelineResponse' {}
- newReadPipelineResponse :: Int -> ReadPipelineResponse
- readPipelineResponse_warnings :: Lens' ReadPipelineResponse (Maybe [Warning])
- readPipelineResponse_pipeline :: Lens' ReadPipelineResponse (Maybe Pipeline)
- readPipelineResponse_httpStatus :: Lens' ReadPipelineResponse Int
Creating a Request
data ReadPipeline Source #
The ReadPipelineRequest
structure.
See: newReadPipeline
smart constructor.
Instances
Create a value of ReadPipeline
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:ReadPipeline'
, readPipeline_id
- The identifier of the pipeline to read.
Request Lenses
readPipeline_id :: Lens' ReadPipeline Text Source #
The identifier of the pipeline to read.
Destructuring the Response
data ReadPipelineResponse Source #
The ReadPipelineResponse
structure.
See: newReadPipelineResponse
smart constructor.
ReadPipelineResponse' | |
|
Instances
newReadPipelineResponse Source #
Create a value of ReadPipelineResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:warnings:ReadPipelineResponse'
, readPipelineResponse_warnings
- 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.
$sel:pipeline:ReadPipelineResponse'
, readPipelineResponse_pipeline
- A section of the response body that provides information about the
pipeline.
$sel:httpStatus:ReadPipelineResponse'
, readPipelineResponse_httpStatus
- The response's http status code.
Response Lenses
readPipelineResponse_warnings :: Lens' ReadPipelineResponse (Maybe [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.
readPipelineResponse_pipeline :: Lens' ReadPipelineResponse (Maybe Pipeline) Source #
A section of the response body that provides information about the pipeline.
readPipelineResponse_httpStatus :: Lens' ReadPipelineResponse Int Source #
The response's http status code.