amazonka-elastictranscoder-0.2.0: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ListJobsByPipeline

Contents

Description

The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.

Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.

http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/ListJobsByPipeline.html

Synopsis

Request

Request constructor

listJobsByPipeline Source

ListJobsByPipeline constructor.

The fields accessible through corresponding lenses are:

Request lenses

ljbpAscending :: Lens' ListJobsByPipeline (Maybe Text) Source

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

ljbpPageToken :: Lens' ListJobsByPipeline (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.

ljbpPipelineId :: Lens' ListJobsByPipeline Text Source

The ID of the pipeline for which you want to get job information.

Response

Response constructor

listJobsByPipelineResponse :: ListJobsByPipelineResponse Source

ListJobsByPipelineResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

ljbprJobs :: Lens' ListJobsByPipelineResponse [Job'] Source

An array of Job objects that are in the specified pipeline.

ljbprNextPageToken :: Lens' ListJobsByPipelineResponse (Maybe Text) Source

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