| 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.BotVersionSummary
Description
Synopsis
- data BotVersionSummary = BotVersionSummary' {}
- newBotVersionSummary :: BotVersionSummary
- botVersionSummary_botName :: Lens' BotVersionSummary (Maybe Text)
- botVersionSummary_botStatus :: Lens' BotVersionSummary (Maybe BotStatus)
- botVersionSummary_botVersion :: Lens' BotVersionSummary (Maybe Text)
- botVersionSummary_creationDateTime :: Lens' BotVersionSummary (Maybe UTCTime)
- botVersionSummary_description :: Lens' BotVersionSummary (Maybe Text)
Documentation
data BotVersionSummary Source #
Summary information about a bot version returned by the ListBotVersions operation.
See: newBotVersionSummary smart constructor.
Constructors
| BotVersionSummary' | |
Fields
| |
Instances
newBotVersionSummary :: BotVersionSummary Source #
Create a value of BotVersionSummary 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:botName:BotVersionSummary', botVersionSummary_botName - The name of the bot associated with the version.
$sel:botStatus:BotVersionSummary', botVersionSummary_botStatus - The status of the bot. When the status is available, the version of the
bot is ready for use.
$sel:botVersion:BotVersionSummary', botVersionSummary_botVersion - The numeric version of the bot, or DRAFT to indicate that this is the
version of the bot that can be updated..
$sel:creationDateTime:BotVersionSummary', botVersionSummary_creationDateTime - A timestamp of the date and time that the version was created.
$sel:description:BotVersionSummary', botVersionSummary_description - The description of the version.
botVersionSummary_botName :: Lens' BotVersionSummary (Maybe Text) Source #
The name of the bot associated with the version.
botVersionSummary_botStatus :: Lens' BotVersionSummary (Maybe BotStatus) Source #
The status of the bot. When the status is available, the version of the bot is ready for use.
botVersionSummary_botVersion :: Lens' BotVersionSummary (Maybe Text) Source #
The numeric version of the bot, or DRAFT to indicate that this is the
version of the bot that can be updated..
botVersionSummary_creationDateTime :: Lens' BotVersionSummary (Maybe UTCTime) Source #
A timestamp of the date and time that the version was created.
botVersionSummary_description :: Lens' BotVersionSummary (Maybe Text) Source #
The description of the version.