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.DeleteVocabulary

Contents

Description

Deletes a vocabulary from Amazon Transcribe.

Synopsis

Creating a Request

deleteVocabulary Source #

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

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

data DeleteVocabulary Source #

See: deleteVocabulary smart constructor.

Instances
Eq DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Data DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Methods

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

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

toConstr :: DeleteVocabulary -> Constr #

dataTypeOf :: DeleteVocabulary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Show DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Generic DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabulary :: Type -> Type #

Hashable DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

ToJSON DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

AWSRequest DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Associated Types

type Rs DeleteVocabulary :: Type #

ToHeaders DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

ToPath DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

ToQuery DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

NFData DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Methods

rnf :: DeleteVocabulary -> () #

type Rep DeleteVocabulary Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

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

Defined in Network.AWS.Transcribe.DeleteVocabulary

Request Lenses

dvVocabularyName :: Lens' DeleteVocabulary Text Source #

The name of the vocabulary to delete.

Destructuring the Response

deleteVocabularyResponse :: DeleteVocabularyResponse Source #

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

data DeleteVocabularyResponse Source #

See: deleteVocabularyResponse smart constructor.

Instances
Eq DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Data DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Methods

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

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

toConstr :: DeleteVocabularyResponse -> Constr #

dataTypeOf :: DeleteVocabularyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Show DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Generic DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabularyResponse :: Type -> Type #

NFData DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse Source # 
Instance details

Defined in Network.AWS.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse = D1 (MetaData "DeleteVocabularyResponse" "Network.AWS.Transcribe.DeleteVocabulary" "amazonka-transcribe-1.6.1-Koaeka5K8V48iEa2FfLRg8" False) (C1 (MetaCons "DeleteVocabularyResponse'" PrefixI False) (U1 :: Type -> Type))