amazonka-polly-2.0: Amazon Polly 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.Polly.Types.LexiconDescription

Description

 
Synopsis

Documentation

data LexiconDescription Source #

Describes the content of the lexicon.

See: newLexiconDescription smart constructor.

Constructors

LexiconDescription' 

Fields

Instances

Instances details
FromJSON LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

Generic LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

Associated Types

type Rep LexiconDescription :: Type -> Type #

Read LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

Show LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

NFData LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

Methods

rnf :: LexiconDescription -> () #

Eq LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

Hashable LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

type Rep LexiconDescription Source # 
Instance details

Defined in Amazonka.Polly.Types.LexiconDescription

type Rep LexiconDescription = D1 ('MetaData "LexiconDescription" "Amazonka.Polly.Types.LexiconDescription" "amazonka-polly-2.0-6sZiChgAXCB1QK3Mfr0Pfp" 'False) (C1 ('MetaCons "LexiconDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LexiconAttributes)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLexiconDescription :: LexiconDescription Source #

Create a value of LexiconDescription 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:attributes:LexiconDescription', lexiconDescription_attributes - Provides lexicon metadata.

$sel:name:LexiconDescription', lexiconDescription_name - Name of the lexicon.