amazonka-devicefarm-1.0.1: 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.GetTest

Contents

Description

Gets information about a test.

See: AWS API Reference for GetTest.

Synopsis

Creating a Request

getTest Source

Arguments

:: Text

gtArn

-> GetTest 

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

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

data GetTest Source

Represents a request to the get test operation.

See: getTest smart constructor.

Request Lenses

gtArn :: Lens' GetTest Text Source

The test's ARN.

Destructuring the Response

getTestResponse Source

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

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

Response Lenses

gtrsTest :: Lens' GetTestResponse (Maybe Test) Source

Undocumented member.

gtrsStatus :: Lens' GetTestResponse Int Source

The response status code.