| 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.DeviceFarm.GetRun
Description
Gets information about a run.
- 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.
Instances
| Eq GetRun Source # | |
| Data GetRun Source # | |
| Read GetRun Source # | |
| Show GetRun Source # | |
| Generic GetRun Source # | |
| Hashable GetRun Source # | |
| ToJSON GetRun Source # | |
| NFData GetRun Source # | |
| AWSRequest GetRun Source # | |
| ToQuery GetRun Source # | |
| ToPath GetRun Source # | |
| ToHeaders GetRun Source # | |
| type Rep GetRun Source # | |
| type Rs GetRun Source # | |
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:
grrsRun- The run you wish to get results from.grrsResponseStatus- -- | The response status code.
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.