amazonka-codepipeline-1.4.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2016 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.

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:

  • lpNextToken - 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.

data ListPipelines Source #

Represents the input of a list pipelines action.

See: listPipelines smart constructor.

Instances

Eq ListPipelines Source # 
Data ListPipelines Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListPipelines -> c ListPipelines #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListPipelines #

toConstr :: ListPipelines -> Constr #

dataTypeOf :: ListPipelines -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListPipelines) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListPipelines) #

gmapT :: (forall b. Data b => b -> b) -> ListPipelines -> ListPipelines #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListPipelines -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListPipelines -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListPipelines -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListPipelines -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListPipelines -> m ListPipelines #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListPipelines -> m ListPipelines #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListPipelines -> m ListPipelines #

Read ListPipelines Source # 
Show ListPipelines Source # 
Generic ListPipelines Source # 

Associated Types

type Rep ListPipelines :: * -> * #

Hashable ListPipelines Source # 
ToJSON ListPipelines Source # 
NFData ListPipelines Source # 

Methods

rnf :: ListPipelines -> () #

AWSRequest ListPipelines Source # 
ToPath ListPipelines Source # 
ToHeaders ListPipelines Source # 
ToQuery ListPipelines Source # 
type Rep ListPipelines Source # 
type Rep ListPipelines = D1 (MetaData "ListPipelines" "Network.AWS.CodePipeline.ListPipelines" "amazonka-codepipeline-1.4.5-41HZ6s5eko0Fqkbhu3issV" True) (C1 (MetaCons "ListPipelines'" PrefixI True) (S1 (MetaSel (Just Symbol "_lpNextToken") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListPipelines Source # 

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:

  • lprsPipelines - The list of pipelines.
  • lprsNextToken - 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.
  • lprsResponseStatus - -- | The response status code.

data ListPipelinesResponse Source #

Represents the output of a list pipelines action.

See: listPipelinesResponse smart constructor.

Instances

Eq ListPipelinesResponse Source # 
Data ListPipelinesResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListPipelinesResponse -> c ListPipelinesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListPipelinesResponse #

toConstr :: ListPipelinesResponse -> Constr #

dataTypeOf :: ListPipelinesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ListPipelinesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListPipelinesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListPipelinesResponse -> ListPipelinesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListPipelinesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListPipelinesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListPipelinesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListPipelinesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListPipelinesResponse -> m ListPipelinesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListPipelinesResponse -> m ListPipelinesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListPipelinesResponse -> m ListPipelinesResponse #

Read ListPipelinesResponse Source # 
Show ListPipelinesResponse Source # 
Generic ListPipelinesResponse Source # 
NFData ListPipelinesResponse Source # 

Methods

rnf :: ListPipelinesResponse -> () #

type Rep ListPipelinesResponse Source # 
type Rep ListPipelinesResponse = D1 (MetaData "ListPipelinesResponse" "Network.AWS.CodePipeline.ListPipelines" "amazonka-codepipeline-1.4.5-41HZ6s5eko0Fqkbhu3issV" False) (C1 (MetaCons "ListPipelinesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lprsPipelines") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [PipelineSummary]))) ((:*:) (S1 (MetaSel (Just Symbol "_lprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

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.

lprsResponseStatus :: Lens' ListPipelinesResponse Int Source #

  • - | The response status code.