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.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 # 
Data DeleteVocabulary Source # 

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 # 
Show DeleteVocabulary Source # 
Generic DeleteVocabulary Source # 
Hashable DeleteVocabulary Source # 
ToJSON DeleteVocabulary Source # 
NFData DeleteVocabulary Source # 

Methods

rnf :: DeleteVocabulary -> () #

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

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 # 
Data DeleteVocabularyResponse Source # 

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 # 
Show DeleteVocabularyResponse Source # 
Generic DeleteVocabularyResponse Source # 
NFData DeleteVocabularyResponse Source # 
type Rep DeleteVocabularyResponse Source # 
type Rep DeleteVocabularyResponse = D1 * (MetaData "DeleteVocabularyResponse" "Network.AWS.Transcribe.DeleteVocabulary" "amazonka-transcribe-1.6.0-EAJHmFqYXYhFnJ8LH2D7KC" False) (C1 * (MetaCons "DeleteVocabularyResponse'" PrefixI False) (U1 *))