amazonka-codepipeline-1.3.5: Amazon CodePipeline 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.CodePipeline.ListPipelines

Contents

Description

Gets a summary of all of the pipelines associated with your account.

See: AWS API Reference for ListPipelines.

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

lpNextToken :: Lens' ListPipelines (Maybe Text) Source

An identifier that was returned from the previous list pipelines call, which can be used to return the next set of pipelines in the list.

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

lprsNextToken :: Lens' ListPipelinesResponse (Maybe Text) Source

If the amount of returned information is significantly large, an identifier is also returned which can be used in a subsequent list pipelines call to return the next set of pipelines in the list.