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

OverridePullRequestApprovalRulesInput

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

§Properties

§
overrideStatus: OverrideStatus
[src]

Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous override and apply approval rule requirements (REVOKE). REVOKE status is not stored.

§
pullRequestId: string
[src]

The system-generated ID of the pull request for which you want to override all approval rule requirements. To get this information, use "GetPullRequest".

§
revisionId: string
[src]

The system-generated ID of the most recent revision of the pull request. You cannot override approval rules for anything but the most recent revision of a pull request. To get the revision ID, use GetPullRequest.