Values.GetCommentReactionsOutputSourceReturns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.
type nonrec t = {reactionsForComment : ReactionsForCommentList.t option;An array of reactions to the specified comment.
*)nextToken : NextToken.t option;An enumeration token that can be used in a request to return the next batch of the results.
*)}type nonrec error = [ | `CommentDeletedException of CommentDeletedException.t| `CommentDoesNotExistException of CommentDoesNotExistException.t| `CommentIdRequiredException of CommentIdRequiredException.t| `InvalidCommentIdException of InvalidCommentIdException.t| `InvalidContinuationTokenException of InvalidContinuationTokenException.t| `InvalidMaxResultsException of InvalidMaxResultsException.t| `InvalidReactionUserArnException of InvalidReactionUserArnException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `InvalidCommentIdException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidReactionUserArnException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `InvalidCommentIdException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidReactionUserArnException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of Count.t
| `List of [> `String of Arn.t ] list
| `Structure of
(string * [> `String of ReactionEmoji.t ]) list ])
list ]
list
| `String of NextToken.t ])
list ]