Values.ReactionForCommentSourceInformation about the reaction values provided by users on a comment.
type nonrec t = {reaction : ReactionValueFormats.t option;The reaction for a specified comment.
*)reactionUsers : ReactionUsersList.t option;The Amazon Resource Names (ARNs) of users who have provided reactions to the comment.
*)reactionsFromDeletedUsersCount : Count.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Count.t
| `List of [> `String of Arn.t ] list
| `Structure of (string * [> `String of ReactionEmoji.t ]) list ])
list ]