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 ReactionForComment = ReactionForComment' {}
- newReactionForComment :: ReactionForComment
- reactionForComment_reactionUsers :: Lens' ReactionForComment (Maybe [Text])
- reactionForComment_reactionsFromDeletedUsersCount :: Lens' ReactionForComment (Maybe Int)
- reactionForComment_reaction :: Lens' ReactionForComment (Maybe ReactionValueFormats)
Documentation
data ReactionForComment Source #
Information about the reaction values provided by users on a comment.
See: newReactionForComment
smart constructor.
ReactionForComment' | |
|
Instances
newReactionForComment :: ReactionForComment Source #
Create a value of ReactionForComment
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:reactionUsers:ReactionForComment'
, reactionForComment_reactionUsers
- The Amazon Resource Names (ARNs) of users who have provided reactions to
the comment.
$sel:reactionsFromDeletedUsersCount:ReactionForComment'
, reactionForComment_reactionsFromDeletedUsersCount
- A numerical count of users who reacted with the specified emoji whose
identities have been subsequently deleted from IAM. While these IAM
users or roles no longer exist, the reactions might still appear in
total reaction counts.
$sel:reaction:ReactionForComment'
, reactionForComment_reaction
- The reaction for a specified comment.
reactionForComment_reactionUsers :: Lens' ReactionForComment (Maybe [Text]) Source #
The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
reactionForComment_reactionsFromDeletedUsersCount :: Lens' ReactionForComment (Maybe Int) Source #
A numerical count of users who reacted with the specified emoji whose identities have been subsequently deleted from IAM. While these IAM users or roles no longer exist, the reactions might still appear in total reaction counts.
reactionForComment_reaction :: Lens' ReactionForComment (Maybe ReactionValueFormats) Source #
The reaction for a specified comment.