Returns information about comments made on the comparison between two commits.
See https://www.paws-r-sdk.com/docs/codecommit_get_comments_for_compared_commit/ for full documentation.
codecommit_get_comments_for_compared_commit(
repositoryName,
beforeCommitId = NULL,
afterCommitId,
nextToken = NULL,
maxResults = NULL
)
[required] The name of the repository where you want to compare commits.
To establish the directionality of the comparison, the full commit ID of the before commit.
[required] To establish the directionality of the comparison, the full commit ID of the after commit.
An enumeration token that when provided in a request, returns the next batch of the results.
A non-zero, non-negative integer used to limit the number of returned results. The default is 100 comments, but you can configure up to 500.