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

BatchGetCommitsInput

import type { BatchGetCommitsInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface BatchGetCommitsInput {
commitIds: string[];
repositoryName: string;
}

§Properties

§
commitIds: string[]
[src]

The full commit IDs of the commits to get information about.

Note: You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.

§
repositoryName: string
[src]

The name of the repository that contains the commits.