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

Approval

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

Returns information about a specific approval on a pull request.

interface Approval {
approvalState?: ApprovalState | null;
userArn?: string | null;
}

§Properties

§
approvalState?: ApprovalState | null
[src]

The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.

§
userArn?: string | null
[src]

The Amazon Resource Name (ARN) of the user.