amazonka-transcribe-1.6.0: Amazon Transcribe Service 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.Transcribe.GetTranscriptionJob

Contents

Description

Returns information about a transcription job. To see the status of the job, check the TranscriptionJobStatus field. If the status is COMPLETED , the job is finished and you can find the results at the location specified in the TranscriptionFileUri field.

Synopsis

Creating a Request

getTranscriptionJob Source #

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

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

data GetTranscriptionJob Source #

See: getTranscriptionJob smart constructor.

Instances

Eq GetTranscriptionJob Source # 
Data GetTranscriptionJob Source # 

Methods

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

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

toConstr :: GetTranscriptionJob -> Constr #

dataTypeOf :: GetTranscriptionJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTranscriptionJob Source # 
Show GetTranscriptionJob Source # 
Generic GetTranscriptionJob Source # 
Hashable GetTranscriptionJob Source # 
ToJSON GetTranscriptionJob Source # 
NFData GetTranscriptionJob Source # 

Methods

rnf :: GetTranscriptionJob -> () #

AWSRequest GetTranscriptionJob Source # 
ToHeaders GetTranscriptionJob Source # 
ToPath GetTranscriptionJob Source # 
ToQuery GetTranscriptionJob Source # 
type Rep GetTranscriptionJob Source # 
type Rep GetTranscriptionJob = D1 * (MetaData "GetTranscriptionJob" "Network.AWS.Transcribe.GetTranscriptionJob" "amazonka-transcribe-1.6.0-EAJHmFqYXYhFnJ8LH2D7KC" True) (C1 * (MetaCons "GetTranscriptionJob'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gtjTranscriptionJobName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs GetTranscriptionJob Source # 

Request Lenses

Destructuring the Response

getTranscriptionJobResponse Source #

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

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

data GetTranscriptionJobResponse Source #

See: getTranscriptionJobResponse smart constructor.

Instances

Eq GetTranscriptionJobResponse Source # 
Data GetTranscriptionJobResponse Source # 

Methods

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

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

toConstr :: GetTranscriptionJobResponse -> Constr #

dataTypeOf :: GetTranscriptionJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetTranscriptionJobResponse Source # 
Show GetTranscriptionJobResponse Source # 
Generic GetTranscriptionJobResponse Source # 
NFData GetTranscriptionJobResponse Source # 
type Rep GetTranscriptionJobResponse Source # 
type Rep GetTranscriptionJobResponse = D1 * (MetaData "GetTranscriptionJobResponse" "Network.AWS.Transcribe.GetTranscriptionJob" "amazonka-transcribe-1.6.0-EAJHmFqYXYhFnJ8LH2D7KC" False) (C1 * (MetaCons "GetTranscriptionJobResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gtjrsTranscriptionJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe TranscriptionJob))) (S1 * (MetaSel (Just Symbol "_gtjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

gtjrsTranscriptionJob :: Lens' GetTranscriptionJobResponse (Maybe TranscriptionJob) Source #

An object that contains the results of the transcription job.