amazonka-devicefarm-1.3.2: 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.GetJob

Contents

Description

Gets information about a job.

See: AWS API Reference for GetJob.

Synopsis

Creating a Request

getJob Source

Arguments

:: Text

gjArn

-> GetJob 

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

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

data GetJob Source

Represents a request to the get job operation.

See: getJob smart constructor.

Request Lenses

gjArn :: Lens' GetJob Text Source

The job's ARN.

Destructuring the Response

getJobResponse Source

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

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

data GetJobResponse Source

Represents the result of a get job request.

See: getJobResponse smart constructor.

Response Lenses

gjrsJob :: Lens' GetJobResponse (Maybe Job) Source

Undocumented member.

gjrsResponseStatus :: Lens' GetJobResponse Int Source

The response status code.