amazonka-datapipeline-1.0.0: Amazon Data Pipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.ListPipelines

Contents

Description

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.

Synopsis

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:

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

listPipelinesResponse Source

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:

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.

lprsStatus :: 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.