| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.GetJob
Description
Gets information about a job.
See: AWS API Reference for GetJob.
- getJob :: Text -> GetJob
- data GetJob
- gjArn :: Lens' GetJob Text
- getJobResponse :: Int -> GetJobResponse
- data GetJobResponse
- gjrsJob :: Lens' GetJobResponse (Maybe Job)
- gjrsResponseStatus :: Lens' GetJobResponse Int
Creating a Request
Represents a request to the get job operation.
See: getJob smart constructor.
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:
data GetJobResponse Source
Represents the result of a get job request.
See: getJobResponse smart constructor.
Response Lenses
gjrsResponseStatus :: Lens' GetJobResponse Int Source
The response status code.