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

ApprovalRuleOverriddenEventMetadata

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

Returns information about an override event for approval rules for a pull request.

interface ApprovalRuleOverriddenEventMetadata {
overrideStatus?: OverrideStatus | null;
revisionId?: string | null;
}

§Properties

§
overrideStatus?: OverrideStatus | null
[src]

The status of the override event.

§
revisionId?: string | null
[src]

The revision ID of the pull request when the override event occurred.