amazonka-elastictranscoder-0.1.0: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ListPresets

Contents

Description

The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.

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

Synopsis

Request

Request constructor

listPresets :: ListPresets Source

ListPresets constructor.

The fields accessible through corresponding lenses are:

Request lenses

lp1Ascending :: Lens' ListPresets (Maybe Text) Source

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

lp1PageToken :: Lens' ListPresets (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.

Response

Response constructor

listPresetsResponse :: ListPresetsResponse Source

ListPresetsResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

lpr1NextPageToken :: Lens' ListPresetsResponse (Maybe Text) Source

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