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

BatchGetRepositoriesOutput

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

Represents the output of a batch get repositories operation.

interface BatchGetRepositoriesOutput {
repositories?: RepositoryMetadata[] | null;
repositoriesNotFound?: string[] | null;
}

§Properties

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

A list of repositories returned by the batch get repositories operation.

§
repositoriesNotFound?: string[] | null
[src]

Returns a list of repository names for which information could not be found.