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

ListRepositoriesInput

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

Represents the input of a list repositories operation.

interface ListRepositoriesInput {
nextToken?: string | null;
order?: OrderEnum | null;
sortBy?: SortByEnum | 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.

§
order?: OrderEnum | null
[src]

The order in which to sort the results of a list repositories operation.

§
sortBy?: SortByEnum | null
[src]

The criteria used to sort the results of a list repositories operation.