getBlobDifferences
abstract suspend fun getBlobDifferences(input: GetBlobDifferencesRequest): 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.