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

Description

Deletes a custom medical 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 DeleteMedicalVocabulary Source #

See: newDeleteMedicalVocabulary smart constructor.

Constructors

DeleteMedicalVocabulary' 

Fields

  • vocabularyName :: Text

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

Instances

Instances details
ToJSON DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToHeaders DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToPath DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

ToQuery DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

AWSRequest DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Generic DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Associated Types

type Rep DeleteMedicalVocabulary :: Type -> Type #

Read DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Show DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

NFData DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Methods

rnf :: DeleteMedicalVocabulary -> () #

Eq DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Hashable DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type AWSResponse DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabulary Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabulary = D1 ('MetaData "DeleteMedicalVocabulary" "Amazonka.Transcribe.DeleteMedicalVocabulary" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "DeleteMedicalVocabulary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vocabularyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteMedicalVocabulary Source #

Create a value of DeleteMedicalVocabulary 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:

DeleteMedicalVocabulary, deleteMedicalVocabulary_vocabularyName - The name of the custom medical vocabulary you want to delete. Custom medical vocabulary names are case sensitive.

Request Lenses

deleteMedicalVocabulary_vocabularyName :: Lens' DeleteMedicalVocabulary Text Source #

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

Destructuring the Response

data DeleteMedicalVocabularyResponse Source #

See: newDeleteMedicalVocabularyResponse smart constructor.

Instances

Instances details
Generic DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Associated Types

type Rep DeleteMedicalVocabularyResponse :: Type -> Type #

Read DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Show DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

NFData DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

Eq DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabularyResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteMedicalVocabulary

type Rep DeleteMedicalVocabularyResponse = D1 ('MetaData "DeleteMedicalVocabularyResponse" "Amazonka.Transcribe.DeleteMedicalVocabulary" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "DeleteMedicalVocabularyResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteMedicalVocabularyResponse :: DeleteMedicalVocabularyResponse Source #

Create a value of DeleteMedicalVocabularyResponse with all optional fields omitted.

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