| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticTranscoder.ListPipelines
Description
The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
This operation returns paginated results.
- listPipelines :: ListPipelines
- data ListPipelines
- lpAscending :: Lens' ListPipelines (Maybe Text)
- lpPageToken :: Lens' ListPipelines (Maybe Text)
- listPipelinesResponse :: Int -> ListPipelinesResponse
- data ListPipelinesResponse
- lprsNextPageToken :: Lens' ListPipelinesResponse (Maybe Text)
- lprsPipelines :: Lens' ListPipelinesResponse [Pipeline]
- lprsResponseStatus :: Lens' ListPipelinesResponse Int
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:
lpAscending- To list pipelines in chronological order by the date and time that they were created, entertrue. To list pipelines in reverse chronological order, enterfalse.lpPageToken- When Elastic Transcoder returns more than one page of results, usepageTokenin subsequentGETrequests to get each successive page of results.
data ListPipelines Source #
The ListPipelineRequest structure.
See: listPipelines smart constructor.
Instances
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 #
Arguments
| :: Int | |
| -> ListPipelinesResponse |
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:
lprsNextPageToken- 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 ofNextPageTokenisnull.lprsPipelines- An array ofPipelineobjects.lprsResponseStatus- -- | The response status code.
data ListPipelinesResponse Source #
A list of the pipelines associated with the current AWS account.
See: listPipelinesResponse smart constructor.
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 .
lprsPipelines :: Lens' ListPipelinesResponse [Pipeline] Source #
An array of Pipeline objects.
lprsResponseStatus :: Lens' ListPipelinesResponse Int Source #
- - | The response status code.