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

DeleteBranchInput

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

Represents the input of a delete branch operation.

interface DeleteBranchInput {
branchName: string;
repositoryName: string;
}

§Properties

§
branchName: string
[src]

The name of the branch to delete.

§
repositoryName: string
[src]

The name of the repository that contains the branch to be deleted.