Smaws_Client_CodeCommit.UpdateCommentReplaces the contents of a comment.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CommentContentRequiredException of
Types.comment_content_required_exception
| `CommentContentSizeLimitExceededException of
Types.comment_content_size_limit_exceeded_exception
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `CommentNotCreatedByCallerException of
Types.comment_not_created_by_caller_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.update_comment_input ->
(Types.update_comment_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommentContentRequiredException of
Types.comment_content_required_exception
| `CommentContentSizeLimitExceededException of
Types.comment_content_size_limit_exceeded_exception
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `CommentNotCreatedByCallerException of
Types.comment_not_created_by_caller_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.update_comment_input ->
(Types.update_comment_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CommentContentRequiredException of
Types.comment_content_required_exception
| `CommentContentSizeLimitExceededException of
Types.comment_content_size_limit_exceeded_exception
| `CommentDeletedException of Types.comment_deleted_exception
| `CommentDoesNotExistException of Types.comment_does_not_exist_exception
| `CommentIdRequiredException of Types.comment_id_required_exception
| `CommentNotCreatedByCallerException of
Types.comment_not_created_by_caller_exception
| `InvalidCommentIdException of Types.invalid_comment_id_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result