amazonka-elastictranscoder-1.6.1: Amazon Elastic Transcoder SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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.

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:

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

data ReadJob Source #

The ReadJobRequest structure.

See: readJob smart constructor.

Instances
Eq ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

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

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

Data ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReadJob -> c ReadJob #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReadJob #

toConstr :: ReadJob -> Constr #

dataTypeOf :: ReadJob -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReadJob) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReadJob) #

gmapT :: (forall b. Data b => b -> b) -> ReadJob -> ReadJob #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReadJob -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReadJob -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReadJob -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReadJob -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReadJob -> m ReadJob #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadJob -> m ReadJob #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadJob -> m ReadJob #

Read ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Show ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Generic ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Associated Types

type Rep ReadJob :: Type -> Type #

Methods

from :: ReadJob -> Rep ReadJob x #

to :: Rep ReadJob x -> ReadJob #

Hashable ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

hashWithSalt :: Int -> ReadJob -> Int #

hash :: ReadJob -> Int #

AWSRequest ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Associated Types

type Rs ReadJob :: Type #

ToHeaders ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

toHeaders :: ReadJob -> [Header] #

ToPath ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

toPath :: ReadJob -> ByteString #

ToQuery ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

NFData ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

rnf :: ReadJob -> () #

type Rep ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

type Rep ReadJob = D1 (MetaData "ReadJob" "Network.AWS.ElasticTranscoder.ReadJob" "amazonka-elastictranscoder-1.6.1-7rLW7I32F8uHzJtW36ptpK" True) (C1 (MetaCons "ReadJob'" PrefixI True) (S1 (MetaSel (Just "_rjId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ReadJob Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

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:

  • rjrsResponseStatus - -- | The response status code.
  • rjrsJob - A section of the response body that provides information about the job.

data ReadJobResponse Source #

The ReadJobResponse structure.

See: readJobResponse smart constructor.

Instances
Eq ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Data ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ReadJobResponse -> c ReadJobResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ReadJobResponse #

toConstr :: ReadJobResponse -> Constr #

dataTypeOf :: ReadJobResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ReadJobResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ReadJobResponse) #

gmapT :: (forall b. Data b => b -> b) -> ReadJobResponse -> ReadJobResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ReadJobResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ReadJobResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ReadJobResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ReadJobResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ReadJobResponse -> m ReadJobResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadJobResponse -> m ReadJobResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ReadJobResponse -> m ReadJobResponse #

Read ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Show ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Generic ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Associated Types

type Rep ReadJobResponse :: Type -> Type #

NFData ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

Methods

rnf :: ReadJobResponse -> () #

type Rep ReadJobResponse Source # 
Instance details

Defined in Network.AWS.ElasticTranscoder.ReadJob

type Rep ReadJobResponse = D1 (MetaData "ReadJobResponse" "Network.AWS.ElasticTranscoder.ReadJob" "amazonka-elastictranscoder-1.6.1-7rLW7I32F8uHzJtW36ptpK" False) (C1 (MetaCons "ReadJobResponse'" PrefixI True) (S1 (MetaSel (Just "_rjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_rjrsJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Job')))

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.