Module Smaws_Client_CodeCommit.PostCommentReply

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ClientRequestTokenRequiredException of Types.client_request_token_required_exception | `CommentContentRequiredException of Types.comment_content_required_exception | `CommentContentSizeLimitExceededException of Types.comment_content_size_limit_exceeded_exception | `CommentDoesNotExistException of Types.comment_does_not_exist_exception | `CommentIdRequiredException of Types.comment_id_required_exception | `IdempotencyParameterMismatchException of Types.idempotency_parameter_mismatch_exception | `InvalidClientRequestTokenException of Types.invalid_client_request_token_exception | `InvalidCommentIdException of Types.invalid_comment_id_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.post_comment_reply_input -> (Types.post_comment_reply_output, [> Smaws_Lib.Protocols.AwsJson.error | `ClientRequestTokenRequiredException of Types.client_request_token_required_exception | `CommentContentRequiredException of Types.comment_content_required_exception | `CommentContentSizeLimitExceededException of Types.comment_content_size_limit_exceeded_exception | `CommentDoesNotExistException of Types.comment_does_not_exist_exception | `CommentIdRequiredException of Types.comment_id_required_exception | `IdempotencyParameterMismatchException of Types.idempotency_parameter_mismatch_exception | `InvalidClientRequestTokenException of Types.invalid_client_request_token_exception | `InvalidCommentIdException of Types.invalid_comment_id_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.post_comment_reply_input -> (Types.post_comment_reply_output Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ClientRequestTokenRequiredException of Types.client_request_token_required_exception | `CommentContentRequiredException of Types.comment_content_required_exception | `CommentContentSizeLimitExceededException of Types.comment_content_size_limit_exceeded_exception | `CommentDoesNotExistException of Types.comment_does_not_exist_exception | `CommentIdRequiredException of Types.comment_id_required_exception | `IdempotencyParameterMismatchException of Types.idempotency_parameter_mismatch_exception | `InvalidClientRequestTokenException of Types.invalid_client_request_token_exception | `InvalidCommentIdException of Types.invalid_comment_id_exception ] * Smaws_Lib.Response.metadata) Stdlib.result