amazonka-elastictranscoder-1.3.6: Amazon Elastic Transcoder 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.ElasticTranscoder.ReadJob

Contents

Description

The ReadJob operation returns detailed information about a job.

See: AWS API Reference for ReadJob.

Synopsis

Creating a Request

readJob Source

Arguments

:: Text

rjId

-> ReadJob 

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

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

Request Lenses

rjId :: Lens' ReadJob Text Source

The identifier of the job for which you want to get detailed information.

Destructuring the Response

readJobResponse Source

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

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

Response Lenses

rjrsResponseStatus :: Lens' ReadJobResponse Int Source

The response status code.

rjrsJob :: Lens' ReadJobResponse Job' Source

A section of the response body that provides information about the job.