| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| 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.
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:
dpId- The identifier of the preset for which you want to get detailed information.
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:
dprsResponseStatus- -- | The response status code.
data DeletePresetResponse Source #
The DeletePresetResponse structure.
See: deletePresetResponse smart constructor.
Response Lenses
dprsResponseStatus :: Lens' DeletePresetResponse Int Source #
- - | The response status code.