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

BatchGetProjectsInput

import type { BatchGetProjectsInput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface BatchGetProjectsInput {
names: string[];
}

§Properties

§
names: string[]
[src]

The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.