amazonka-elastictranscoder-0.0.1: 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 :: ReadJobResponse Source

ReadJobResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

rjrJob :: Lens' ReadJobResponse (Maybe Job') Source

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