amazonka-devicefarm-1.3.4: Amazon Device Farm SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.DeviceFarm.GetRun

Contents

Description

Gets information about a run.

See: AWS API Reference for GetRun.

Synopsis

Creating a Request

getRun Source

Arguments

:: Text

grArn

-> GetRun 

Creates a value of GetRun with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

grArn :: Lens' GetRun Text Source

The run's ARN.

Destructuring the Response

getRunResponse Source

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:

Response Lenses

grrsRun :: Lens' GetRunResponse (Maybe Run) Source

Undocumented member.

grrsResponseStatus :: Lens' GetRunResponse Int Source

The response status code.