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

GetPullRequestInput

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

§Properties

§
pullRequestId: string
[src]

The system-generated ID of the pull request. To get this ID, use "ListPullRequests".