| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.IoTAnalytics.DescribePipeline
Description
Retrieves information about a pipeline.
Synopsis
- describePipeline :: Text -> DescribePipeline
- data DescribePipeline
- dpPipelineName :: Lens' DescribePipeline Text
- describePipelineResponse :: Int -> DescribePipelineResponse
- data DescribePipelineResponse
- dprsPipeline :: Lens' DescribePipelineResponse (Maybe Pipeline)
- dprsResponseStatus :: Lens' DescribePipelineResponse Int
Creating a Request
Arguments
| :: Text | |
| -> DescribePipeline |
Creates a value of DescribePipeline with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpPipelineName- The name of the pipeline whose information is retrieved.
data DescribePipeline Source #
See: describePipeline smart constructor.
Instances
Request Lenses
dpPipelineName :: Lens' DescribePipeline Text Source #
The name of the pipeline whose information is retrieved.
Destructuring the Response
describePipelineResponse Source #
Arguments
| :: Int | |
| -> DescribePipelineResponse |
Creates a value of DescribePipelineResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dprsPipeline- A Pipeline object that contains information about the pipeline.dprsResponseStatus- -- | The response status code.
data DescribePipelineResponse Source #
See: describePipelineResponse smart constructor.
Instances
Response Lenses
dprsPipeline :: Lens' DescribePipelineResponse (Maybe Pipeline) Source #
A Pipeline object that contains information about the pipeline.
dprsResponseStatus :: Lens' DescribePipelineResponse Int Source #
- - | The response status code.