libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.DeleteVocabulary

Description

Deletes a vocabulary from Amazon Transcribe.

Synopsis

Creating a Request

data DeleteVocabulary Source #

See: newDeleteVocabulary smart constructor.

Constructors

DeleteVocabulary' 

Fields

Instances

Instances details
Eq DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Read DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Generic DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabulary :: Type -> Type #

NFData DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Methods

rnf :: DeleteVocabulary -> () #

Hashable DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToJSON DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

AWSRequest DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type AWSResponse DeleteVocabulary #

ToHeaders DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToPath DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

ToQuery DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabulary = D1 ('MetaData "DeleteVocabulary" "Amazonka.Transcribe.DeleteVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteVocabulary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

newDeleteVocabulary Source #

Create a value of DeleteVocabulary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vocabularyName:DeleteVocabulary', deleteVocabulary_vocabularyName - The name of the vocabulary to delete.

Request Lenses

deleteVocabulary_vocabularyName :: Lens' DeleteVocabulary Text Source #

The name of the vocabulary to delete.

Destructuring the Response

data DeleteVocabularyResponse Source #

See: newDeleteVocabularyResponse smart constructor.

Instances

Instances details
Eq DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Read DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Generic DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabularyResponse :: Type -> Type #

NFData DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type Rep DeleteVocabularyResponse = D1 ('MetaData "DeleteVocabularyResponse" "Amazonka.Transcribe.DeleteVocabulary" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteVocabularyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteVocabularyResponse :: DeleteVocabularyResponse Source #

Create a value of DeleteVocabularyResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.