Values.GetPullRequestApprovalStatesOutputSourceGets information about the approval states for a specified pull request. Approval states only apply to pull requests that have one or more approval rules applied to them.
type nonrec t = {approvals : ApprovalList.t option;Information about users who have approved the pull request.
*)}type nonrec error = [ | `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidPullRequestIdException of InvalidPullRequestIdException.t| `InvalidRevisionIdException of InvalidRevisionIdException.t| `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t| `PullRequestIdRequiredException of PullRequestIdRequiredException.t| `RevisionIdRequiredException of RevisionIdRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRevisionIdException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `RevisionIdRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidPullRequestIdException of unit
| `InvalidRevisionIdException of unit
| `PullRequestDoesNotExistException of unit
| `PullRequestIdRequiredException of unit
| `RevisionIdRequiredException of unit
| `Unknown_operation_error of string * string option ]