- Navigation Guide
@aws-sdk/client-codecommit
PostCommentForComparedCommitCommandOutput Interface
The output of PostCommentForComparedCommitCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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