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

UpdatePullRequestTitleInput

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

§Properties

§
pullRequestId: string
[src]

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

§
title: string
[src]

The updated title of the pull request. This replaces the existing title.