Module Values.GetPullRequestOverrideStateInputSource

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

    *)
  2. revisionId : RevisionId.t;
    (*

    The system-generated ID of the revision for the pull request. To retrieve the most recent revision ID, use GetPullRequest.

    *)
}
Sourceval context_ : string
Sourceval make : pullRequestId:PullRequestId.t -> revisionId:RevisionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PullRequestId.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