Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetPullRequestOverrideStateOutput

import type { GetPullRequestOverrideStateOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface GetPullRequestOverrideStateOutput {
overridden?: boolean | null;
overrider?: string | null;
}

§Properties

§
overridden?: boolean | null
[src]

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?: string | null
[src]

The Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.