| 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.GetRun
Description
Gets information about a run.
See: AWS API Reference for GetRun.
- getRun :: Text -> GetRun
- data GetRun
- grArn :: Lens' GetRun Text
- getRunResponse :: Int -> GetRunResponse
- data GetRunResponse
- grrsRun :: Lens' GetRunResponse (Maybe Run)
- grrsResponseStatus :: Lens' GetRunResponse Int
Creating a Request
Represents a request to the get run operation.
See: getRun smart constructor.
Request Lenses
Destructuring the Response
Arguments
| :: Int | |
| -> GetRunResponse |
Creates a value of GetRunResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetRunResponse Source
Represents the result of a get run request.
See: getRunResponse smart constructor.
Response Lenses
grrsResponseStatus :: Lens' GetRunResponse Int Source
The response status code.