| 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.BotAliasSummary
Description
Synopsis
- data BotAliasSummary = BotAliasSummary' {}
- newBotAliasSummary :: BotAliasSummary
- botAliasSummary_botAliasId :: Lens' BotAliasSummary (Maybe Text)
- botAliasSummary_botAliasName :: Lens' BotAliasSummary (Maybe Text)
- botAliasSummary_botAliasStatus :: Lens' BotAliasSummary (Maybe BotAliasStatus)
- botAliasSummary_botVersion :: Lens' BotAliasSummary (Maybe Text)
- botAliasSummary_creationDateTime :: Lens' BotAliasSummary (Maybe UTCTime)
- botAliasSummary_description :: Lens' BotAliasSummary (Maybe Text)
- botAliasSummary_lastUpdatedDateTime :: Lens' BotAliasSummary (Maybe UTCTime)
Documentation
data BotAliasSummary Source #
Summary information about bot aliases returned from the ListBotAliases operation.
See: newBotAliasSummary smart constructor.
Constructors
| BotAliasSummary' | |
Fields
| |
Instances
newBotAliasSummary :: BotAliasSummary Source #
Create a value of BotAliasSummary 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:botAliasId:BotAliasSummary', botAliasSummary_botAliasId - The unique identifier assigned to the bot alias. You can use this ID to
get detailed information about the alias using the
DescribeBotAlias
operation.
$sel:botAliasName:BotAliasSummary', botAliasSummary_botAliasName - The name of the bot alias.
$sel:botAliasStatus:BotAliasSummary', botAliasSummary_botAliasStatus - The current state of the bot alias. If the status is Available, the
alias is ready for use.
$sel:botVersion:BotAliasSummary', botAliasSummary_botVersion - The version of the bot that the bot alias references.
$sel:creationDateTime:BotAliasSummary', botAliasSummary_creationDateTime - A timestamp of the date and time that the bot alias was created.
$sel:description:BotAliasSummary', botAliasSummary_description - The description of the bot alias.
$sel:lastUpdatedDateTime:BotAliasSummary', botAliasSummary_lastUpdatedDateTime - A timestamp of the date and time that the bot alias was last updated.
botAliasSummary_botAliasId :: Lens' BotAliasSummary (Maybe Text) Source #
The unique identifier assigned to the bot alias. You can use this ID to get detailed information about the alias using the DescribeBotAlias operation.
botAliasSummary_botAliasName :: Lens' BotAliasSummary (Maybe Text) Source #
The name of the bot alias.
botAliasSummary_botAliasStatus :: Lens' BotAliasSummary (Maybe BotAliasStatus) Source #
The current state of the bot alias. If the status is Available, the
alias is ready for use.
botAliasSummary_botVersion :: Lens' BotAliasSummary (Maybe Text) Source #
The version of the bot that the bot alias references.
botAliasSummary_creationDateTime :: Lens' BotAliasSummary (Maybe UTCTime) Source #
A timestamp of the date and time that the bot alias was created.
botAliasSummary_description :: Lens' BotAliasSummary (Maybe Text) Source #
The description of the bot alias.
botAliasSummary_lastUpdatedDateTime :: Lens' BotAliasSummary (Maybe UTCTime) Source #
A timestamp of the date and time that the bot alias was last updated.