Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetDifferencesOutput

import type { GetDifferencesOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface GetDifferencesOutput {
differences?: Difference[] | null;
NextToken?: string | null;
}

§Properties

§
differences?: Difference[] | null
[src]

A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).

§
NextToken?: string | null
[src]

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