amazonka-elastictranscoder-0.2.1: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ReadPreset

Contents

Description

The ReadPreset operation gets detailed information about a preset.

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

Synopsis

Request

Request constructor

readPreset Source

Arguments

:: Text

rpId

-> ReadPreset 

ReadPreset constructor.

The fields accessible through corresponding lenses are:

Request lenses

rpId :: Lens' ReadPreset Text Source

The identifier of the preset for which you want to get detailed information.

Response

Response constructor

readPresetResponse :: ReadPresetResponse Source

ReadPresetResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rprPreset :: Lens' ReadPresetResponse (Maybe Preset) Source

A section of the response body that provides information about the preset.