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

BatchGetProjectsOutput

import type { BatchGetProjectsOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface BatchGetProjectsOutput {
projects?: Project[] | null;
projectsNotFound?: string[] | null;
}

§Properties

§
projects?: Project[] | null
[src]

Information about the requested build projects.

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

The names of build projects for which information could not be found.