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

ListRepositoriesOutput

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

Represents the output of a list repositories operation.

interface ListRepositoriesOutput {
nextToken?: string | null;
repositories?: RepositoryNameIdPair[] | null;
}

§Properties

§
nextToken?: string | null
[src]

An enumeration token that allows the operation to batch the results of the operation. Batch sizes are 1,000 for list repository operations. When the client sends the token back to AWS CodeCommit, another page of 1,000 records is retrieved.

§
repositories?: RepositoryNameIdPair[] | null
[src]

Lists the repositories called by the list repositories operation.