Values.GetPullRequestOverrideStateOutputSourceReturns 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 = {overridden : Overridden.t option;A Boolean value that indicates whether a pull request has had its rules set aside (TRUE) or whether all approval rules still apply (FALSE).
*)overrider : Arn.t option;The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for 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 ]val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Overridden.t | `String of Arn.t ]) list ]