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

GetPullRequestApprovalStatesInput

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

§Properties

§
pullRequestId: string
[src]

The system-generated ID for the pull request.

§
revisionId: string
[src]

The system-generated ID for the pull request revision.