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

ListBranchesInput

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

Represents the input of a list branches operation.

interface ListBranchesInput {
nextToken?: string | null;
repositoryName: string;
}

§Properties

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the results.

§
repositoryName: string
[src]

The name of the repository that contains the branches.