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 BotAliasMetadata = BotAliasMetadata' {}
- newBotAliasMetadata :: BotAliasMetadata
- botAliasMetadata_checksum :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_botVersion :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_botName :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_createdDate :: Lens' BotAliasMetadata (Maybe UTCTime)
- botAliasMetadata_name :: Lens' BotAliasMetadata (Maybe Text)
- botAliasMetadata_conversationLogs :: Lens' BotAliasMetadata (Maybe ConversationLogsResponse)
- botAliasMetadata_lastUpdatedDate :: Lens' BotAliasMetadata (Maybe UTCTime)
- botAliasMetadata_description :: Lens' BotAliasMetadata (Maybe Text)
Documentation
data BotAliasMetadata Source #
Provides information about a bot alias.
See: newBotAliasMetadata
smart constructor.
BotAliasMetadata' | |
|
Instances
newBotAliasMetadata :: BotAliasMetadata Source #
Create a value of BotAliasMetadata
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:checksum:BotAliasMetadata'
, botAliasMetadata_checksum
- Checksum of the bot alias.
$sel:botVersion:BotAliasMetadata'
, botAliasMetadata_botVersion
- The version of the Amazon Lex bot to which the alias points.
$sel:botName:BotAliasMetadata'
, botAliasMetadata_botName
- The name of the bot to which the alias points.
$sel:createdDate:BotAliasMetadata'
, botAliasMetadata_createdDate
- The date that the bot alias was created.
$sel:name:BotAliasMetadata'
, botAliasMetadata_name
- The name of the bot alias.
$sel:conversationLogs:BotAliasMetadata'
, botAliasMetadata_conversationLogs
- Settings that determine how Amazon Lex uses conversation logs for the
alias.
$sel:lastUpdatedDate:BotAliasMetadata'
, botAliasMetadata_lastUpdatedDate
- The date that the bot alias was updated. When you create a resource, the
creation date and last updated date are the same.
$sel:description:BotAliasMetadata'
, botAliasMetadata_description
- A description of the bot alias.
botAliasMetadata_checksum :: Lens' BotAliasMetadata (Maybe Text) Source #
Checksum of the bot alias.
botAliasMetadata_botVersion :: Lens' BotAliasMetadata (Maybe Text) Source #
The version of the Amazon Lex bot to which the alias points.
botAliasMetadata_botName :: Lens' BotAliasMetadata (Maybe Text) Source #
The name of the bot to which the alias points.
botAliasMetadata_createdDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #
The date that the bot alias was created.
botAliasMetadata_name :: Lens' BotAliasMetadata (Maybe Text) Source #
The name of the bot alias.
botAliasMetadata_conversationLogs :: Lens' BotAliasMetadata (Maybe ConversationLogsResponse) Source #
Settings that determine how Amazon Lex uses conversation logs for the alias.
botAliasMetadata_lastUpdatedDate :: Lens' BotAliasMetadata (Maybe UTCTime) Source #
The date that the bot alias was updated. When you create a resource, the creation date and last updated date are the same.
botAliasMetadata_description :: Lens' BotAliasMetadata (Maybe Text) Source #
A description of the bot alias.