libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticTranscoder.ReadJob

Description

The ReadJob operation returns detailed information about a job.

Synopsis

Creating a Request

data ReadJob Source #

The ReadJobRequest structure.

See: newReadJob smart constructor.

Constructors

ReadJob' 

Fields

  • id :: Text

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

Instances

Instances details
Eq ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

(==) :: ReadJob -> ReadJob -> Bool #

(/=) :: ReadJob -> ReadJob -> Bool #

Read ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Show ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Generic ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Associated Types

type Rep ReadJob :: Type -> Type #

Methods

from :: ReadJob -> Rep ReadJob x #

to :: Rep ReadJob x -> ReadJob #

NFData ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

rnf :: ReadJob -> () #

Hashable ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

hashWithSalt :: Int -> ReadJob -> Int #

hash :: ReadJob -> Int #

AWSRequest ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Associated Types

type AWSResponse ReadJob #

ToHeaders ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

toHeaders :: ReadJob -> [Header] #

ToPath ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

toPath :: ReadJob -> ByteString #

ToQuery ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

type Rep ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

type Rep ReadJob = D1 ('MetaData "ReadJob" "Amazonka.ElasticTranscoder.ReadJob" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "ReadJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ReadJob Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

newReadJob Source #

Create a value of ReadJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:ReadJob', readJob_id - The identifier of the job for which you want to get detailed information.

Request Lenses

readJob_id :: Lens' ReadJob Text Source #

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

Destructuring the Response

data ReadJobResponse Source #

The ReadJobResponse structure.

See: newReadJobResponse smart constructor.

Constructors

ReadJobResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • job :: Job

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

Instances

Instances details
Eq ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Read ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Show ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Generic ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Associated Types

type Rep ReadJobResponse :: Type -> Type #

NFData ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

Methods

rnf :: ReadJobResponse -> () #

type Rep ReadJobResponse Source # 
Instance details

Defined in Amazonka.ElasticTranscoder.ReadJob

type Rep ReadJobResponse = D1 ('MetaData "ReadJobResponse" "Amazonka.ElasticTranscoder.ReadJob" "libZSservicesZSamazonka-elastictranscoderZSamazonka-elastictranscoder" 'False) (C1 ('MetaCons "ReadJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Job)))

newReadJobResponse Source #

Create a value of ReadJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:ReadJobResponse', readJobResponse_httpStatus - The response's http status code.

$sel:job:ReadJobResponse', readJobResponse_job - A section of the response body that provides information about the job.

Response Lenses

readJobResponse_httpStatus :: Lens' ReadJobResponse Int Source #

The response's http status code.

readJobResponse_job :: Lens' ReadJobResponse Job Source #

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