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

PostCommentForComparedCommitOutput

import type { PostCommentForComparedCommitOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface PostCommentForComparedCommitOutput {
afterBlobId?: string | null;
afterCommitId?: string | null;
beforeBlobId?: string | null;
beforeCommitId?: string | null;
comment?: Comment | null;
location?: Location | null;
repositoryName?: string | null;
}

§Properties

§
afterBlobId?: string | null
[src]

In the directionality you established, the blob ID of the after blob.

§
afterCommitId?: string | null
[src]

In the directionality you established, the full commit ID of the after commit.

§
beforeBlobId?: string | null
[src]

In the directionality you established, the blob ID of the before blob.

§
beforeCommitId?: string | null
[src]

In the directionality you established, the full commit ID of the before commit.

§
comment?: Comment | null
[src]

The content of the comment you posted.

§
location?: Location | null
[src]

The location of the comment in the comparison between the two commits.

§
repositoryName?: string | null
[src]

The name of the repository where you posted a comment on the comparison between commits.