Values.UpdateCommentOutputSourceReplaces the contents of a comment.
type nonrec error = [ | `CommentContentRequiredException of CommentContentRequiredException.t| `CommentContentSizeLimitExceededException of
CommentContentSizeLimitExceededException.t| `CommentDeletedException of CommentDeletedException.t| `CommentDoesNotExistException of CommentDoesNotExistException.t| `CommentIdRequiredException of CommentIdRequiredException.t| `CommentNotCreatedByCallerException of CommentNotCreatedByCallerException.t| `InvalidCommentIdException of InvalidCommentIdException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `CommentNotCreatedByCallerException of unit
| `InvalidCommentIdException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `CommentNotCreatedByCallerException of unit
| `InvalidCommentIdException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of IsCommentDeleted.t
| `List of [> `String of ReactionValue.t ] list
| `Map of
([> `String of ReactionValue.t ] * [> `Integer of Count.t ])
list
| `String of CommentId.t
| `Timestamp of CreationDate.t ])
list ])
list ]