@aws-sdk/client-codecommit

PostCommentForComparedCommitCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
afterBlobId string | undefined

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

afterCommitId string | undefined

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

beforeBlobId string | undefined

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

beforeCommitId string | undefined

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

comment Comment | undefined

The content of the comment you posted.

location Location | undefined

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

repositoryName string | undefined

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

Full Signature

export interface PostCommentForComparedCommitCommandOutput extends PostCommentForComparedCommitOutput, MetadataBearer