| 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.ReadJob
Description
The ReadJob operation returns detailed information about a job.
- readJob :: Text -> ReadJob
- data ReadJob
- rjId :: Lens' ReadJob Text
- readJobResponse :: Int -> Job' -> ReadJobResponse
- data ReadJobResponse
- rjrsResponseStatus :: Lens' ReadJobResponse Int
- rjrsJob :: Lens' ReadJobResponse Job'
Creating a Request
The ReadJobRequest structure.
See: readJob smart constructor.
Instances
Request Lenses
rjId :: Lens' ReadJob Text Source #
The identifier of the job for which you want to get detailed information.
Destructuring the Response
Arguments
| :: Int | |
| -> Job' | |
| -> ReadJobResponse |
Creates a value of ReadJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
rjrsResponseStatus- -- | The response status code.rjrsJob- A section of the response body that provides information about the job.
data ReadJobResponse Source #
The ReadJobResponse structure.
See: readJobResponse smart constructor.
Response Lenses
rjrsResponseStatus :: Lens' ReadJobResponse Int Source #
- - | The response status code.