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 |
Lists the pipeline identifiers for all active pipelines that you have permission to access.
See: AWS API Reference for ListPipelines.
This operation returns paginated results.
- listPipelines :: ListPipelines
- data ListPipelines
- lpMarker :: Lens' ListPipelines (Maybe Text)
- listPipelinesResponse :: Int -> ListPipelinesResponse
- data ListPipelinesResponse
- lprsHasMoreResults :: Lens' ListPipelinesResponse (Maybe Bool)
- lprsMarker :: Lens' ListPipelinesResponse (Maybe Text)
- lprsResponseStatus :: Lens' ListPipelinesResponse Int
- lprsPipelineIdList :: Lens' ListPipelinesResponse [PipelineIdName]
Creating a Request
listPipelines :: ListPipelines Source
Creates a value of ListPipelines
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListPipelines Source
Contains the parameters for ListPipelines.
See: listPipelines
smart constructor.
Request Lenses
lpMarker :: Lens' ListPipelines (Maybe Text) Source
The starting point for the results to be returned. For the first call,
this value should be empty. As long as there are more results, continue
to call ListPipelines
with the marker value from the previous call to
retrieve the next set of results.
Destructuring the Response
Creates a value of ListPipelinesResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ListPipelinesResponse Source
Contains the output of ListPipelines.
See: listPipelinesResponse
smart constructor.
Response Lenses
lprsHasMoreResults :: Lens' ListPipelinesResponse (Maybe Bool) Source
Indicates whether there are more results that can be obtained by a subsequent call.
lprsMarker :: Lens' ListPipelinesResponse (Maybe Text) Source
The starting point for the next page of results. To view the next page
of results, call ListPipelinesOutput
again with this marker value. If
the value is null, there are no more results.
lprsResponseStatus :: Lens' ListPipelinesResponse Int Source
The response status code.
lprsPipelineIdList :: Lens' ListPipelinesResponse [PipelineIdName] Source
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.