| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <[email protected]> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.ElasticTranscoder.DeletePreset
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.
See: AWS API Reference for DeletePreset.
Creating a Request
Arguments
| :: Text | |
| -> DeletePreset |
Creates a value of DeletePreset with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeletePreset Source
The DeletePresetRequest structure.
See: deletePreset smart constructor.
Instances
Request Lenses
dpId :: Lens' DeletePreset Text Source
The identifier of the preset for which you want to get detailed information.
Destructuring the Response
Arguments
| :: Int | |
| -> DeletePresetResponse |
Creates a value of DeletePresetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeletePresetResponse Source
The DeletePresetResponse structure.
See: deletePresetResponse smart constructor.
Response Lenses
dprsResponseStatus :: Lens' DeletePresetResponse Int Source
The response status code.