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

BatchGetRepositoriesInput

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

Represents the input of a batch get repositories operation.

interface BatchGetRepositoriesInput {
repositoryNames: string[];
}

§Properties

§
repositoryNames: string[]
[src]

The names of the repositories to get information about.

Note: The length constraint limit is for each string in the array. The array itself can be empty.