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.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.

See: AWS API Reference for ListPresets.

This operation returns paginated results.

Synopsis

Creating a Request

listPresets :: ListPresets Source

Creates a value of ListPresets with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

lAscending :: 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.

lPageToken :: 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.

Destructuring the Response

listPresetsResponse Source

Creates a value of ListPresetsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

lrsNextPageToken :: 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.