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

PostCommentForPullRequestOutput

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

§Properties

§
afterBlobId?: string | null
[src]

In the directionality of the pull request, the blob ID of the after blob.

§
afterCommitId?: string | null
[src]

The full commit ID of the commit in the destination branch where the pull request is merged.

§
beforeBlobId?: string | null
[src]

In the directionality of the pull request, the blob ID of the before blob.

§
beforeCommitId?: string | null
[src]

The full commit ID of the commit in the source branch used to create the pull request, or in the case of an updated pull request, the full commit ID of the commit used to update the pull request.

§
comment?: Comment | null
[src]

The content of the comment you posted.

§
location?: Location | null
[src]

The location of the change where you posted your comment.

§
pullRequestId?: string | null
[src]

The system-generated ID of the pull request.

§
repositoryName?: string | null
[src]

The name of the repository where you posted a comment on a pull request.