| 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.BotAliasHistoryEvent
Description
Synopsis
- data BotAliasHistoryEvent = BotAliasHistoryEvent' {}
- newBotAliasHistoryEvent :: BotAliasHistoryEvent
- botAliasHistoryEvent_botVersion :: Lens' BotAliasHistoryEvent (Maybe Text)
- botAliasHistoryEvent_endDate :: Lens' BotAliasHistoryEvent (Maybe UTCTime)
- botAliasHistoryEvent_startDate :: Lens' BotAliasHistoryEvent (Maybe UTCTime)
Documentation
data BotAliasHistoryEvent Source #
Provides a record of an event that affects a bot alias. For example, when the version of a bot that the alias points to changes.
See: newBotAliasHistoryEvent smart constructor.
Constructors
| BotAliasHistoryEvent' | |
Instances
newBotAliasHistoryEvent :: BotAliasHistoryEvent Source #
Create a value of BotAliasHistoryEvent 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:botVersion:BotAliasHistoryEvent', botAliasHistoryEvent_botVersion - The version of the bot that was used in the event.
$sel:endDate:BotAliasHistoryEvent', botAliasHistoryEvent_endDate - The date and time that the event ended.
$sel:startDate:BotAliasHistoryEvent', botAliasHistoryEvent_startDate - The date and time that the event started.
botAliasHistoryEvent_botVersion :: Lens' BotAliasHistoryEvent (Maybe Text) Source #
The version of the bot that was used in the event.
botAliasHistoryEvent_endDate :: Lens' BotAliasHistoryEvent (Maybe UTCTime) Source #
The date and time that the event ended.
botAliasHistoryEvent_startDate :: Lens' BotAliasHistoryEvent (Maybe UTCTime) Source #
The date and time that the event started.