| 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.GetJob
Description
Retrieve the JSON for a specific completed transcoding job.
Synopsis
- getJob :: Text -> GetJob
- data GetJob
- gjId :: Lens' GetJob Text
- getJobResponse :: Int -> GetJobResponse
- data GetJobResponse
- gjrsJob :: Lens' GetJobResponse (Maybe Job)
- gjrsResponseStatus :: Lens' GetJobResponse Int
Creating a Request
See: getJob smart constructor.
Instances
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetJobResponse |
Creates a value of GetJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gjrsJob- Undocumented member.gjrsResponseStatus- -- | The response status code.
data GetJobResponse Source #
See: getJobResponse smart constructor.
Instances
Response Lenses
gjrsResponseStatus :: Lens' GetJobResponse Int Source #
- - | The response status code.