Updates the state of a user's approval on a pull request. The user is derived from the signed-in account when the request is made.
See https://www.paws-r-sdk.com/docs/codecommit_update_pull_request_approval_state/ for full documentation.
codecommit_update_pull_request_approval_state(
pullRequestId,
revisionId,
approvalState
)
[required] The system-generated ID of the pull request.
[required] The system-generated ID of the revision.
[required] The approval state to associate with the user on the pull request.