Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
See https://www.paws-r-sdk.com/docs/codecommit_evaluate_pull_request_approval_rules/ for full documentation.
codecommit_evaluate_pull_request_approval_rules(pullRequestId, revisionId)
[required] The system-generated ID of the pull request you want to evaluate.
[required] The system-generated ID for the pull request revision. To retrieve the
most recent revision ID for a pull request, use
get_pull_request
.