| Copyright | (c) 2013-2018 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.
Synopsis
- 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 # | |
| Data GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetRun -> c GetRun # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetRun # toConstr :: GetRun -> Constr # dataTypeOf :: GetRun -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetRun) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetRun) # gmapT :: (forall b. Data b => b -> b) -> GetRun -> GetRun # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetRun -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetRun -> r # gmapQ :: (forall d. Data d => d -> u) -> GetRun -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> GetRun -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetRun -> m GetRun # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetRun -> m GetRun # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetRun -> m GetRun # | |
| Read GetRun # | |
| Show GetRun # | |
| Generic GetRun # | |
| Hashable GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
| ToJSON GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
| AWSRequest GetRun # | |
| ToHeaders GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
| ToPath GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun Methods toPath :: GetRun -> ByteString # | |
| ToQuery GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun Methods toQuery :: GetRun -> QueryString # | |
| NFData GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
| type Rep GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
| type Rs GetRun # | |
Defined in Network.AWS.DeviceFarm.GetRun | |
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 #
Represents the result of a get run request.
See: getRunResponse smart constructor.
Instances
Response Lenses
grrsResponseStatus :: Lens' GetRunResponse Int #
- - | The response status code.