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

UpdatePullRequestStatusInput

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

§Properties

§
pullRequestId: string
[src]

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

§
pullRequestStatus: PullRequestStatusEnum
[src]

The status of the pull request. The only valid operations are to update the status from OPEN to OPEN, OPEN to CLOSED or from CLOSED to CLOSED.