Values.MergePullRequestByFastForwardOutputSourceAttempts to merge the source commit of a pull request into the specified destination branch for that pull request at the specified commit using the fast-forward merge strategy. If the merge is successful, it closes the pull request.
type nonrec t = {pullRequest : PullRequest.t option;Information about the specified pull request, including the merge.
*)}type nonrec error = [ | `ConcurrentReferenceUpdateException of ConcurrentReferenceUpdateException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidCommitIdException of InvalidCommitIdException.t| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `ManualMergeRequiredException of ManualMergeRequiredException.t| `PullRequestAlreadyClosedException of PullRequestAlreadyClosedException.t| `PullRequestApprovalRulesNotSatisfiedException of
PullRequestApprovalRulesNotSatisfiedException.t| `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t| `PullRequestIdRequiredException of PullRequestIdRequiredException.t| `ReferenceDoesNotExistException of ReferenceDoesNotExistException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `RepositoryNotAssociatedWithPullRequestException of
RepositoryNotAssociatedWithPullRequestException.t| `TipOfSourceReferenceIsDifferentException of
TipOfSourceReferenceIsDifferentException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitIdException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRepositoryNameException of unit
| `ManualMergeRequiredException of unit
| `PullRequestAlreadyClosedException of unit
| `PullRequestApprovalRulesNotSatisfiedException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `ReferenceDoesNotExistException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RepositoryNotAssociatedWithPullRequestException of unit
| `TipOfSourceReferenceIsDifferentException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConcurrentReferenceUpdateException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommitIdException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRepositoryNameException of unit
| `ManualMergeRequiredException of unit
| `PullRequestAlreadyClosedException of unit
| `PullRequestApprovalRulesNotSatisfiedException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `ReferenceDoesNotExistException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `RepositoryNotAssociatedWithPullRequestException of unit
| `TipOfSourceReferenceIsDifferentException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsMerged.t
| `Enum of string
| `String of Arn.t ])
list
| `Timestamp of LastModifiedDate.t ])
list ]
list
| `String of PullRequestId.t
| `Timestamp of LastModifiedDate.t ])
list ])
list ]