Module Values.GetPullRequestOverrideStateOutputSource

Returns 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.

Sourcetype nonrec t = {
  1. 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).

    *)
  2. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `EncryptionIntegrityChecksFailedException of EncryptionIntegrityChecksFailedException.t
  2. | `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t
  3. | `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t
  4. | `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t
  5. | `EncryptionKeyUnavailableException of EncryptionKeyUnavailableException.t
  6. | `InvalidPullRequestIdException of InvalidPullRequestIdException.t
  7. | `InvalidRevisionIdException of InvalidRevisionIdException.t
  8. | `PullRequestDoesNotExistException of PullRequestDoesNotExistException.t
  9. | `PullRequestIdRequiredException of PullRequestIdRequiredException.t
  10. | `RevisionIdRequiredException of RevisionIdRequiredException.t
  11. | `Unknown_operation_error of string * string option
]
Sourceval make : ?overridden:??? -> ?overrider:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Overridden.t | `String of Arn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t