Values.DeleteCommentContentOutputSourceDeletes the content of a comment made on a change, file, or commit in a repository.
type nonrec error = [ | `CommentDeletedException of CommentDeletedException.t| `CommentDoesNotExistException of CommentDoesNotExistException.t| `CommentIdRequiredException of CommentIdRequiredException.t| `InvalidCommentIdException of InvalidCommentIdException.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
| `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
| `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 ]