amazonka-elastictranscoder-1.3.7: Amazon Elastic Transcoder 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.ElasticTranscoder.ListPipelines

Contents

Description

The ListPipelines operation gets a list of the pipelines associated with the current AWS account.

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

lpAscending :: Lens' ListPipelines (Maybe Text) Source

To list pipelines in chronological order by the date and time that they were created, enter true. To list pipelines in reverse chronological order, enter false.

lpPageToken :: Lens' ListPipelines (Maybe Text) Source

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page 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

lprsNextPageToken :: Lens' ListPipelinesResponse (Maybe Text) Source

A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one page or when you've reached the last page of results, the value of NextPageToken is null.