- Navigation Guide
@aws-sdk/client-codecommit
BatchDescribeMergeConflictsCommandOutput Interface
The output of BatchDescribeMergeConflictsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
conflicts Required | Conflict[] | undefined | A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files. |
destinationCommitId Required | string | undefined | The commit ID of the destination commit specifier that was used in the merge evaluation. |
sourceCommitId Required | string | 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