amazonka-transcribe-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Data GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

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 # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Show GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJob :: Type -> Type #

Hashable GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

ToJSON GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

AWSRequest GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Associated Types

type Rs GetTranscriptionJob :: Type #

ToHeaders GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

ToPath GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

ToQuery GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

NFData GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Methods

rnf :: GetTranscriptionJob -> () #

type Rep GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJob = D1 (MetaData "GetTranscriptionJob" "Network.AWS.Transcribe.GetTranscriptionJob" "amazonka-transcribe-1.6.1-Koaeka5K8V48iEa2FfLRg8" True) (C1 (MetaCons "GetTranscriptionJob'" PrefixI True) (S1 (MetaSel (Just "_gtjTranscriptionJobName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetTranscriptionJob Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

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 # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Data GetTranscriptionJobResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

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 # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Show GetTranscriptionJobResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Generic GetTranscriptionJobResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

Associated Types

type Rep GetTranscriptionJobResponse :: Type -> Type #

NFData GetTranscriptionJobResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.GetTranscriptionJob

type Rep GetTranscriptionJobResponse = D1 (MetaData "GetTranscriptionJobResponse" "Network.AWS.Transcribe.GetTranscriptionJob" "amazonka-transcribe-1.6.1-Koaeka5K8V48iEa2FfLRg8" False) (C1 (MetaCons "GetTranscriptionJobResponse'" PrefixI True) (S1 (MetaSel (Just "_gtjrsTranscriptionJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TranscriptionJob)) :*: S1 (MetaSel (Just "_gtjrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

An object that contains the results of the transcription job.