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

PutFileOutput

import type { PutFileOutput } from "https://aws-api.deno.dev/v0.3/services/codecommit.ts?docs=full";
interface PutFileOutput {
blobId: string;
commitId: string;
treeId: string;
}

§Properties

§
blobId: string
[src]

The ID of the blob, which is its SHA-1 pointer.

§
commitId: string
[src]

The full SHA ID of the commit that contains this file change.

§
treeId: string
[src]

The full SHA-1 pointer of the tree information for the commit that contains this file change.