Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
See https://www.paws-r-sdk.com/docs/codecommit_post_comment_reply/ for full documentation.
codecommit_post_comment_reply(inReplyTo, clientRequestToken = NULL, content)
[required] The system-generated ID of the comment to which you want to reply. To
get this ID, use
get_comments_for_compared_commit
or
get_comments_for_pull_request
.
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
[required] The contents of your reply to a comment.