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

UpdateCommentInput

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

§Properties

§
commentId: string
[src]

The system-generated ID of the comment you want to update. To get this ID, use "GetCommentsForComparedCommit" or "GetCommentsForPullRequest".

§
content: string
[src]

The updated content to replace the existing content of the comment.