Values.GetCommentsForComparedCommitOutputSourceReturns information about comments made on the comparison between two commits. Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.
type nonrec t = {commentsForComparedCommitData : CommentsForComparedCommitData.t option;A list of comment objects on the compared commit.
*)nextToken : NextToken.t option;An enumeration token that can be used in a request to return the next batch of the results.
*)}type nonrec error = [ | `CommitDoesNotExistException of CommitDoesNotExistException.t| `CommitIdRequiredException of CommitIdRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidCommitIdException of InvalidCommitIdException.t| `InvalidContinuationTokenException of InvalidContinuationTokenException.t| `InvalidMaxResultsException of InvalidMaxResultsException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitIdException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitIdException of unit
| `InvalidContinuationTokenException of unit
| `InvalidMaxResultsException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of IsCommentDeleted.t
| `List of
[> `String of ReactionValue.t ] list
| `Map of
([> `String of ReactionValue.t ]
* [> `Integer of Count.t ])
list
| `String of CommentId.t
| `Timestamp of CreationDate.t ])
list ]
list
| `String of RepositoryName.t
| `Structure of
(string
* [> `Enum of string
| `Long of Position.t
| `String of Path.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]