Values.GetPullRequestOverrideStateInputSourceReturns information about whether approval rules have been set aside (overridden) for a pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.
type nonrec t = {pullRequestId : PullRequestId.t;The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).
*)revisionId : RevisionId.t;The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.
*)}