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

UpdateDefaultBranchInput

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

Represents the input of an update default branch operation.

interface UpdateDefaultBranchInput {
defaultBranchName: string;
repositoryName: string;
}

§Properties

§
defaultBranchName: string
[src]

The name of the branch to set as the default.

§
repositoryName: string
[src]

The name of the repository to set or change the default branch for.