Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BotMetadata = BotMetadata' {}
- newBotMetadata :: BotMetadata
- botMetadata_status :: Lens' BotMetadata (Maybe LexStatus)
- botMetadata_createdDate :: Lens' BotMetadata (Maybe UTCTime)
- botMetadata_name :: Lens' BotMetadata (Maybe Text)
- botMetadata_version :: Lens' BotMetadata (Maybe Text)
- botMetadata_lastUpdatedDate :: Lens' BotMetadata (Maybe UTCTime)
- botMetadata_description :: Lens' BotMetadata (Maybe Text)
Documentation
data BotMetadata Source #
Provides information about a bot. .
See: newBotMetadata
smart constructor.
BotMetadata' | |
|
Instances
newBotMetadata :: BotMetadata Source #
Create a value of BotMetadata
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:status:BotMetadata'
, botMetadata_status
- The status of the bot.
$sel:createdDate:BotMetadata'
, botMetadata_createdDate
- The date that the bot was created.
$sel:name:BotMetadata'
, botMetadata_name
- The name of the bot.
$sel:version:BotMetadata'
, botMetadata_version
- The version of the bot. For a new bot, the version is always $LATEST
.
$sel:lastUpdatedDate:BotMetadata'
, botMetadata_lastUpdatedDate
- The date that the bot was updated. When you create a bot, the creation
date and last updated date are the same.
$sel:description:BotMetadata'
, botMetadata_description
- A description of the bot.
botMetadata_status :: Lens' BotMetadata (Maybe LexStatus) Source #
The status of the bot.
botMetadata_createdDate :: Lens' BotMetadata (Maybe UTCTime) Source #
The date that the bot was created.
botMetadata_name :: Lens' BotMetadata (Maybe Text) Source #
The name of the bot.
botMetadata_version :: Lens' BotMetadata (Maybe Text) Source #
The version of the bot. For a new bot, the version is always $LATEST
.
botMetadata_lastUpdatedDate :: Lens' BotMetadata (Maybe UTCTime) Source #
The date that the bot was updated. When you create a bot, the creation date and last updated date are the same.
botMetadata_description :: Lens' BotMetadata (Maybe Text) Source #
A description of the bot.