| 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.ChimeSDKMessaging.Types.ChannelBan
Description
Synopsis
Documentation
data ChannelBan Source #
The details of a channel ban.
See: newChannelBan smart constructor.
Constructors
| ChannelBan' | |
Instances
newChannelBan :: ChannelBan Source #
Create a value of ChannelBan 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:channelArn:ChannelBan', channelBan_channelArn - The ARN of the channel from which a member is being banned.
$sel:createdBy:ChannelBan', channelBan_createdBy - The AppInstanceUser who created the ban.
$sel:createdTimestamp:ChannelBan', channelBan_createdTimestamp - The time at which the ban was created.
$sel:member:ChannelBan', channelBan_member - The member being banned from the channel.
channelBan_channelArn :: Lens' ChannelBan (Maybe Text) Source #
The ARN of the channel from which a member is being banned.
channelBan_createdBy :: Lens' ChannelBan (Maybe Identity) Source #
The AppInstanceUser who created the ban.
channelBan_createdTimestamp :: Lens' ChannelBan (Maybe UTCTime) Source #
The time at which the ban was created.
channelBan_member :: Lens' ChannelBan (Maybe Identity) Source #
The member being banned from the channel.