@aws-sdk/client-codecommit

GetMergeCommitCommandOutput Interface

The output of GetMergeCommitCommand.

Members

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

The commit ID of the merge base.

destinationCommitId string | undefined

The commit ID of the destination commit specifier that was used in the merge evaluation.

mergedCommitId string | undefined

The commit ID for the merge commit created when the source branch was merged into the destination branch. If the fast-forward merge strategy was used, there is no merge commit.

sourceCommitId string | undefined

The commit ID of the source commit specifier that was used in the merge evaluation.

Full Signature

export interface GetMergeCommitCommandOutput extends GetMergeCommitOutput, MetadataBearer