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

GetCommentInput

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

§Properties

§
commentId: string
[src]

The unique, system-generated ID of the comment. To get this ID, use "GetCommentsForComparedCommit" or "GetCommentsForPullRequest".