Values.GetCommentsForPullRequestOutputSourceReturns comments made on a pull request. 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 = {commentsForPullRequestData : CommentsForPullRequestData.t option;An array of comment objects on the pull request.
*)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| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t| `PullRequestIdRequiredException of PullRequestIdRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `RepositoryNotAssociatedWithPullRequestException of
RepositoryNotAssociatedWithPullRequestException.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
| `InvalidPullRequestIdException of unit
| `InvalidRepositoryNameException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RepositoryNotAssociatedWithPullRequestException 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
| `InvalidPullRequestIdException of unit
| `InvalidRepositoryNameException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RepositoryNotAssociatedWithPullRequestException 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 PullRequestId.t
| `Structure of
(string
* [> `Enum of string
| `Long of Position.t
| `String of Path.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]