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

Description

 
Synopsis

Documentation

data BotLocaleHistoryEvent Source #

Provides information about an event that occurred affecting the bot locale.

See: newBotLocaleHistoryEvent smart constructor.

Constructors

BotLocaleHistoryEvent' 

Fields

  • event :: Text

    A description of the event that occurred.

  • eventDate :: POSIX

    A timestamp of the date and time that the event occurred.

Instances

Instances details
FromJSON BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

Generic BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

Associated Types

type Rep BotLocaleHistoryEvent :: Type -> Type #

Read BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

Show BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

NFData BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

Methods

rnf :: BotLocaleHistoryEvent -> () #

Eq BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

Hashable BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

type Rep BotLocaleHistoryEvent Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.BotLocaleHistoryEvent

type Rep BotLocaleHistoryEvent = D1 ('MetaData "BotLocaleHistoryEvent" "Amazonka.LexV2Models.Types.BotLocaleHistoryEvent" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BotLocaleHistoryEvent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "eventDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))

newBotLocaleHistoryEvent Source #

Create a value of BotLocaleHistoryEvent 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:event:BotLocaleHistoryEvent', botLocaleHistoryEvent_event - A description of the event that occurred.

$sel:eventDate:BotLocaleHistoryEvent', botLocaleHistoryEvent_eventDate - A timestamp of the date and time that the event occurred.

botLocaleHistoryEvent_event :: Lens' BotLocaleHistoryEvent Text Source #

A description of the event that occurred.

botLocaleHistoryEvent_eventDate :: Lens' BotLocaleHistoryEvent UTCTime Source #

A timestamp of the date and time that the event occurred.