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

UpdatePullRequestApprovalStateInput

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

§Properties

§
approvalState: ApprovalState
[src]

The approval state to associate with the user on the pull request.

§
pullRequestId: string
[src]

The system-generated ID of the pull request.

§
revisionId: string
[src]

The system-generated ID of the revision.