amazonka-elastictranscoder-0.3.4: Amazon Elastic Transcoder SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticTranscoder.ReadJob

Contents

Description

The ReadJob operation returns detailed information about a job.

http://docs.aws.amazon.com/elastictranscoder/latest/developerguide/ReadJob.html

Synopsis

Request

Request constructor

readJob Source

Arguments

:: Text

rjId

-> ReadJob 

ReadJob constructor.

The fields accessible through corresponding lenses are:

Request lenses

rjId :: Lens' ReadJob Text Source

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

Response

Response constructor

readJobResponse Source

Arguments

:: Job'

rjrJob

-> ReadJobResponse 

ReadJobResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rjrJob :: Lens' ReadJobResponse Job' Source

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