amazonka-elastictranscoder-0.2.0: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.DeletePreset

Contents

Description

The DeletePreset operation removes a preset that you've added in an AWS region.

You can't delete the default presets that are included with Elastic Transcoder.

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

Synopsis

Request

Request constructor

deletePreset Source

Arguments

:: Text

dpId

-> DeletePreset 

DeletePreset constructor.

The fields accessible through corresponding lenses are:

Request lenses

dpId :: Lens' DeletePreset Text Source

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

Response

Response constructor