describeMergeConflicts
inline suspend fun CodeCommitClient.describeMergeConflicts(crossinline block: DescribeMergeConflictsRequest.Builder.() -> Unit): DescribeMergeConflictsResponse
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the squash or three-way merge strategy. If the merge option for the attempted merge is specified as FAST_FORWARD_MERGE, an exception is thrown.