mergePullRequestByFastForward
inline suspend fun CodeCommitClient.mergePullRequestByFastForward(crossinline block: MergePullRequestByFastForwardRequest.Builder.() -> Unit): MergePullRequestByFastForwardResponse
Attempts 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.