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

GetCommitInput

import type { GetCommitInput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";

Represents the input of a get commit operation.

interface GetCommitInput {
commitId: string;
repositoryName: string;
}

§Properties

§
commitId: string
[src]

The commit ID. Commit IDs are the full SHA ID of the commit.

§
repositoryName: string
[src]

The name of the repository to which the commit was made.