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 Bot = Bot' {}
- newBot :: Bot
- bot_securityToken :: Lens' Bot (Maybe Text)
- bot_disabled :: Lens' Bot (Maybe Bool)
- bot_updatedTimestamp :: Lens' Bot (Maybe UTCTime)
- bot_userId :: Lens' Bot (Maybe Text)
- bot_botId :: Lens' Bot (Maybe Text)
- bot_displayName :: Lens' Bot (Maybe Text)
- bot_botEmail :: Lens' Bot (Maybe Text)
- bot_createdTimestamp :: Lens' Bot (Maybe UTCTime)
- bot_botType :: Lens' Bot (Maybe BotType)
Documentation
A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.
See: newBot
smart constructor.
Bot' | |
|
Instances
Create a value of Bot
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:securityToken:Bot'
, bot_securityToken
- The security token used to authenticate Amazon Chime with the outgoing
event endpoint.
$sel:disabled:Bot'
, bot_disabled
- When true, the bot is stopped from running in your account.
$sel:updatedTimestamp:Bot'
, bot_updatedTimestamp
- The updated bot timestamp, in ISO 8601 format.
$sel:userId:Bot'
, bot_userId
- The unique ID for the bot user.
$sel:botId:Bot'
, bot_botId
- The bot ID.
$sel:displayName:Bot'
, bot_displayName
- The bot display name.
$sel:botEmail:Bot'
, bot_botEmail
- The bot email address.
$sel:createdTimestamp:Bot'
, bot_createdTimestamp
- The bot creation timestamp, in ISO 8601 format.
$sel:botType:Bot'
, bot_botType
- The bot type.
bot_securityToken :: Lens' Bot (Maybe Text) Source #
The security token used to authenticate Amazon Chime with the outgoing event endpoint.
bot_disabled :: Lens' Bot (Maybe Bool) Source #
When true, the bot is stopped from running in your account.
bot_updatedTimestamp :: Lens' Bot (Maybe UTCTime) Source #
The updated bot timestamp, in ISO 8601 format.