| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.BotLocaleHistoryEvent
Description
Documentation
data BotLocaleHistoryEvent Source #
Provides information about an event that occurred affecting the bot locale.
See: newBotLocaleHistoryEvent smart constructor.
Constructors
| BotLocaleHistoryEvent' | |
Instances
newBotLocaleHistoryEvent Source #
Arguments
| :: Text | |
| -> UTCTime | |
| -> BotLocaleHistoryEvent |
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.