Copyright | (c) 2013-2016 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.
- 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:
grrsRun
- Undocumented member.grrsResponseStatus
- -- | The response status code.
data GetRunResponse #
Represents the result of a get run request.
See: getRunResponse
smart constructor.
Instances
Response Lenses
grrsResponseStatus :: Lens' GetRunResponse Int #
- - | The response status code.