amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Transcribe.DeleteVocabulary

Description

Deletes a custom vocabulary. To use this operation, specify the name of the custom vocabulary you want to delete using VocabularyName. Custom vocabulary names are case sensitive.

Synopsis

Creating a Request

data DeleteVocabulary Source #

See: newDeleteVocabulary smart constructor.

Constructors

DeleteVocabulary' 

Fields

  • vocabularyName :: Text

    The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

Instances

Instances details
ToJSON DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.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

AWSRequest DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type AWSResponse DeleteVocabulary #

Generic DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabulary :: Type -> Type #

Read DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

NFData DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Methods

rnf :: DeleteVocabulary -> () #

Eq DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Hashable DeleteVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

type AWSResponse 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" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "DeleteVocabulary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteVocabulary, deleteVocabulary_vocabularyName - The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

Request Lenses

deleteVocabulary_vocabularyName :: Lens' DeleteVocabulary Text Source #

The name of the custom vocabulary you want to delete. Custom vocabulary names are case sensitive.

Destructuring the Response

data DeleteVocabularyResponse Source #

See: newDeleteVocabularyResponse smart constructor.

Instances

Instances details
Generic DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Associated Types

type Rep DeleteVocabularyResponse :: Type -> Type #

Read DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Show DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

NFData DeleteVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteVocabulary

Eq 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" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" '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.