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

UpdatePullRequestDescriptionInput

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

§Properties

§
description: string
[src]

The updated content of the description for the pull request. This content replaces the existing description.

§
pullRequestId: string
[src]

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