amazonka-connect-2.0: Amazon Connect 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.Connect.Types.VocabularySummary

Description

 
Synopsis

Documentation

data VocabularySummary Source #

Contains summary information about the custom vocabulary.

See: newVocabularySummary smart constructor.

Constructors

VocabularySummary' 

Fields

Instances

Instances details
FromJSON VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

Generic VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

Associated Types

type Rep VocabularySummary :: Type -> Type #

Read VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

Show VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

NFData VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

Methods

rnf :: VocabularySummary -> () #

Eq VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

Hashable VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

type Rep VocabularySummary Source # 
Instance details

Defined in Amazonka.Connect.Types.VocabularySummary

newVocabularySummary Source #

Create a value of VocabularySummary 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:failureReason:VocabularySummary', vocabularySummary_failureReason - The reason why the custom vocabulary was not created.

$sel:name:VocabularySummary', vocabularySummary_name - A unique name of the custom vocabulary.

$sel:id:VocabularySummary', vocabularySummary_id - The identifier of the custom vocabulary.

$sel:arn:VocabularySummary', vocabularySummary_arn - The Amazon Resource Name (ARN) of the custom vocabulary.

$sel:languageCode:VocabularySummary', vocabularySummary_languageCode - The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?

$sel:state:VocabularySummary', vocabularySummary_state - The current state of the custom vocabulary.

$sel:lastModifiedTime:VocabularySummary', vocabularySummary_lastModifiedTime - The timestamp when the custom vocabulary was last modified.

vocabularySummary_failureReason :: Lens' VocabularySummary (Maybe Text) Source #

The reason why the custom vocabulary was not created.

vocabularySummary_name :: Lens' VocabularySummary Text Source #

A unique name of the custom vocabulary.

vocabularySummary_id :: Lens' VocabularySummary Text Source #

The identifier of the custom vocabulary.

vocabularySummary_arn :: Lens' VocabularySummary Text Source #

The Amazon Resource Name (ARN) of the custom vocabulary.

vocabularySummary_languageCode :: Lens' VocabularySummary VocabularyLanguageCode Source #

The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?

vocabularySummary_state :: Lens' VocabularySummary VocabularyState Source #

The current state of the custom vocabulary.

vocabularySummary_lastModifiedTime :: Lens' VocabularySummary UTCTime Source #

The timestamp when the custom vocabulary was last modified.