getBlobDifferences
inline suspend fun CodeCommitClient.getBlobDifferences(crossinline block: GetBlobDifferencesRequest.Builder.() -> Unit): GetBlobDifferencesResponse
Returns a structured, line-level diff between two blob versions in a repository. The diff is returned as an ordered list of hunks, where each hunk represents a contiguous run of changed lines together with any surrounding unchanged context lines.
Results are paginated. Use MaxResults and NextToken to retrieve additional pages.
For the typical usage workflow, see GetDifferences.