amazonka-elastictranscoder-1.0.1: 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.ReadPreset

Contents

Description

The ReadPreset operation gets detailed information about a preset.

See: AWS API Reference for ReadPreset.

Synopsis

Creating a Request

readPreset Source

Arguments

:: Text

rpId

-> ReadPreset 

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

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

Request Lenses

rpId :: Lens' ReadPreset Text Source

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

Destructuring the Response

readPresetResponse Source

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

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

Response Lenses

rprsPreset :: Lens' ReadPresetResponse (Maybe Preset) Source

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

rprsStatus :: Lens' ReadPresetResponse Int Source

The response status code.