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