Module Smaws_Client_CodeCommit.DeleteCommentContent

Deletes the content of a comment made on a change, file, or commit in a repository.

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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_comment_content_input -> (Types.delete_comment_content_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 ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_comment_content_input -> (Types.delete_comment_content_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 ] * Smaws_Lib.Response.metadata) Stdlib.result