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

GetPullRequestOverrideStateInput

import type { GetPullRequestOverrideStateInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface GetPullRequestOverrideStateInput {
pullRequestId: string;
revisionId: string;
}

§Properties

§
pullRequestId: string
[src]

The ID of the pull request for which you want to get information about whether approval rules have been set aside (overridden).

§
revisionId: string
[src]

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