Values.PostCommentForPullRequestOutputSourcePosts a comment on a pull request.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository where you posted a comment on a pull request.
*)pullRequestId : PullRequestId.t option;The system-generated ID of the pull request.
*)beforeCommitId : CommitId.t option;The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.
*)afterCommitId : CommitId.t option;The full commit ID of the commit in the destination branch where the pull request is merged.
*)beforeBlobId : ObjectId.t option;In the directionality of the pull request, the blob ID of the before blob.
*)afterBlobId : ObjectId.t option;In the directionality of the pull request, the blob ID of the after blob.
*)location : Location.t option;The location of the change where you posted your comment.
*)comment : Comment.t option;The content of the comment you posted.
*)}type nonrec error = [ | `BeforeCommitIdAndAfterCommitIdAreSameException of
BeforeCommitIdAndAfterCommitIdAreSameException.t| `ClientRequestTokenRequiredException of ClientRequestTokenRequiredException.t| `CommentContentRequiredException of CommentContentRequiredException.t| `CommentContentSizeLimitExceededException of
CommentContentSizeLimitExceededException.t| `CommitDoesNotExistException of CommitDoesNotExistException.t| `CommitIdRequiredException of CommitIdRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `IdempotencyParameterMismatchException of
IdempotencyParameterMismatchException.t| `InvalidClientRequestTokenException of InvalidClientRequestTokenException.t| `InvalidCommitIdException of InvalidCommitIdException.t| `InvalidFileLocationException of InvalidFileLocationException.t| `InvalidFilePositionException of InvalidFilePositionException.t| `InvalidPathException of InvalidPathException.t| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `InvalidRelativeFileVersionEnumException of
InvalidRelativeFileVersionEnumException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `PathDoesNotExistException of PathDoesNotExistException.t| `PathRequiredException of PathRequiredException.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 ->
[> `BeforeCommitIdAndAfterCommitIdAreSameException of unit
| `ClientRequestTokenRequiredException of unit
| `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `IdempotencyParameterMismatchException of unit
| `InvalidClientRequestTokenException of unit
| `InvalidCommitIdException of unit
| `InvalidFileLocationException of unit
| `InvalidFilePositionException of unit
| `InvalidPathException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRelativeFileVersionEnumException of unit
| `InvalidRepositoryNameException of unit
| `PathDoesNotExistException of unit
| `PathRequiredException 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 ->
[> `BeforeCommitIdAndAfterCommitIdAreSameException of unit
| `ClientRequestTokenRequiredException of unit
| `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `IdempotencyParameterMismatchException of unit
| `InvalidClientRequestTokenException of unit
| `InvalidCommitIdException of unit
| `InvalidFileLocationException of unit
| `InvalidFilePositionException of unit
| `InvalidPathException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRelativeFileVersionEnumException of unit
| `InvalidRepositoryNameException of unit
| `PathDoesNotExistException of unit
| `PathRequiredException 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
* [> `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsCommentDeleted.t
| `Enum of string
| `List of [> `String of ReactionValue.t ] list
| `Long of Position.t
| `Map of
([> `String of ReactionValue.t ] * [> `Integer of Count.t ])
list
| `String of Path.t
| `Timestamp of CreationDate.t ])
list ])
list ]