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

DeleteFileOutput

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

§Properties

§
blobId: string
[src]

The blob ID removed from the tree as part of deleting the file.

§
commitId: string
[src]

The full commit ID of the commit that contains the change that deletes the file.

§
filePath: string
[src]

The fully qualified path to the file to be deleted, including the full name and extension of that file.

§
treeId: string
[src]

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