amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 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.LexV2Models.Types.BotLocaleSummary

Description

 
Synopsis

Documentation

data BotLocaleSummary Source #

Summary information about bot locales returned by the ListBotLocales operation.

See: newBotLocaleSummary smart constructor.

Constructors

BotLocaleSummary' 

Fields

Instances

Instances details
FromJSON BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

Generic BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

Associated Types

type Rep BotLocaleSummary :: Type -> Type #

Read BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

Show BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

NFData BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

Methods

rnf :: BotLocaleSummary -> () #

Eq BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

Hashable BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

type Rep BotLocaleSummary Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleSummary

type Rep BotLocaleSummary = D1 ('MetaData "BotLocaleSummary" "Amazonka.LexV2Models.Types.BotLocaleSummary" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotLocaleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "botLocaleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotLocaleStatus)) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastBuildSubmittedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "localeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newBotLocaleSummary :: BotLocaleSummary Source #

Create a value of BotLocaleSummary 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:botLocaleStatus:BotLocaleSummary', botLocaleSummary_botLocaleStatus - The current status of the bot locale. When the status is Built the locale is ready for use.

$sel:description:BotLocaleSummary', botLocaleSummary_description - The description of the bot locale.

$sel:lastBuildSubmittedDateTime:BotLocaleSummary', botLocaleSummary_lastBuildSubmittedDateTime - A timestamp of the date and time that the bot locale was last built.

$sel:lastUpdatedDateTime:BotLocaleSummary', botLocaleSummary_lastUpdatedDateTime - A timestamp of the date and time that the bot locale was last updated.

$sel:localeId:BotLocaleSummary', botLocaleSummary_localeId - The language and locale of the bot locale.

$sel:localeName:BotLocaleSummary', botLocaleSummary_localeName - The name of the bot locale.

botLocaleSummary_botLocaleStatus :: Lens' BotLocaleSummary (Maybe BotLocaleStatus) Source #

The current status of the bot locale. When the status is Built the locale is ready for use.

botLocaleSummary_description :: Lens' BotLocaleSummary (Maybe Text) Source #

The description of the bot locale.

botLocaleSummary_lastBuildSubmittedDateTime :: Lens' BotLocaleSummary (Maybe UTCTime) Source #

A timestamp of the date and time that the bot locale was last built.

botLocaleSummary_lastUpdatedDateTime :: Lens' BotLocaleSummary (Maybe UTCTime) Source #

A timestamp of the date and time that the bot locale was last updated.

botLocaleSummary_localeId :: Lens' BotLocaleSummary (Maybe Text) Source #

The language and locale of the bot locale.