| Copyright | (c) 2013-2018 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.MediaConvert.GetPreset
Description
Retrieve the JSON for a specific preset.
Synopsis
Creating a Request
See: getPreset smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetPresetResponse |
Creates a value of GetPresetResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gprsPreset- Undocumented member.gprsResponseStatus- -- | The response status code.
data GetPresetResponse Source #
See: getPresetResponse smart constructor.
Instances
Response Lenses
gprsPreset :: Lens' GetPresetResponse (Maybe Preset) Source #
Undocumented member.
gprsResponseStatus :: Lens' GetPresetResponse Int Source #
- - | The response status code.