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 |
Retrieves information about a pipeline.
Synopsis
- data DescribePipeline = DescribePipeline' {
- pipelineName :: Text
- newDescribePipeline :: Text -> DescribePipeline
- describePipeline_pipelineName :: Lens' DescribePipeline Text
- data DescribePipelineResponse = DescribePipelineResponse' {
- pipeline :: Maybe Pipeline
- httpStatus :: Int
- newDescribePipelineResponse :: Int -> DescribePipelineResponse
- describePipelineResponse_pipeline :: Lens' DescribePipelineResponse (Maybe Pipeline)
- describePipelineResponse_httpStatus :: Lens' DescribePipelineResponse Int
Creating a Request
data DescribePipeline Source #
See: newDescribePipeline
smart constructor.
DescribePipeline' | |
|
Instances
Create a value of DescribePipeline
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:pipelineName:DescribePipeline'
, describePipeline_pipelineName
- The name of the pipeline whose information is retrieved.
Request Lenses
describePipeline_pipelineName :: Lens' DescribePipeline Text Source #
The name of the pipeline whose information is retrieved.
Destructuring the Response
data DescribePipelineResponse Source #
See: newDescribePipelineResponse
smart constructor.
DescribePipelineResponse' | |
|
Instances
newDescribePipelineResponse Source #
Create a value of DescribePipelineResponse
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:pipeline:DescribePipelineResponse'
, describePipelineResponse_pipeline
- A Pipeline
object that contains information about the pipeline.
$sel:httpStatus:DescribePipelineResponse'
, describePipelineResponse_httpStatus
- The response's http status code.
Response Lenses
describePipelineResponse_pipeline :: Lens' DescribePipelineResponse (Maybe Pipeline) Source #
A Pipeline
object that contains information about the pipeline.
describePipelineResponse_httpStatus :: Lens' DescribePipelineResponse Int Source #
The response's http status code.