Smaws_Client_CodeCommit.GetCommentReactionsReturns information about reactions to a specified comment ID. Reactions from users who have been deleted will not be included in the count.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception
| `InvalidReactionUserArnException of
Types.invalid_reaction_user_arn_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_comment_reactions_input ->
(Types.get_comment_reactions_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception
| `InvalidReactionUserArnException of
Types.invalid_reaction_user_arn_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_comment_reactions_input ->
(Types.get_comment_reactions_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception
| `InvalidContinuationTokenException of
Types.invalid_continuation_token_exception
| `InvalidMaxResultsException of Types.invalid_max_results_exception
| `InvalidReactionUserArnException of
Types.invalid_reaction_user_arn_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result