@aws-sdk/client-codecommit

BatchDescribeMergeConflictsCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
conflicts RequiredConflict[] | undefined

A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.

destinationCommitId Requiredstring | undefined

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

sourceCommitId Requiredstring | undefined

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

baseCommitId string | undefined

The commit ID of the merge base.

errors BatchDescribeMergeConflictsError[] | undefined

A list of any errors returned while describing the merge conflicts for each file.

nextToken string | undefined

An enumeration token that can be used in a request to return the next batch of the results.

Full Signature

export interface BatchDescribeMergeConflictsCommandOutput extends BatchDescribeMergeConflictsOutput, MetadataBearer