amazonka-datapipeline-1.4.4: Amazon Data Pipeline 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.DataPipeline.ListPipelines

Contents

Description

Lists the pipeline identifiers for all active pipelines that you have permission to access.

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:

data ListPipelines Source #

Contains the parameters for ListPipelines.

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 # 
NFData ListPipelines Source # 

Methods

rnf :: ListPipelines -> () #

AWSPager ListPipelines Source # 
AWSRequest ListPipelines Source # 
ToPath ListPipelines Source # 
ToHeaders ListPipelines Source # 
ToQuery ListPipelines Source # 
ToJSON ListPipelines Source # 

Methods

toJSON :: ListPipelines -> Value #

toEncoding :: ListPipelines -> Encoding #

type Rep ListPipelines Source # 
type Rep ListPipelines = D1 (MetaData "ListPipelines" "Network.AWS.DataPipeline.ListPipelines" "amazonka-datapipeline-1.4.4-9e3h85rN2zC7dIfmiWKUK4" True) (C1 (MetaCons "ListPipelines'" PrefixI True) (S1 (MetaSel (Just Symbol "_lpMarker") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs ListPipelines Source # 

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:

data ListPipelinesResponse Source #

Contains the output of ListPipelines.

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.DataPipeline.ListPipelines" "amazonka-datapipeline-1.4.4-9e3h85rN2zC7dIfmiWKUK4" False) (C1 (MetaCons "ListPipelinesResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lprsHasMoreResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_lprsMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_lprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_lprsPipelineIdList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [PipelineIdName])))))

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.

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.