| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTAnalytics.DescribePipeline
Description
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.
Constructors
| DescribePipeline' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DescribePipeline |
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:
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.
Constructors
| DescribePipelineResponse' | |
Fields
| |
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.