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

BatchGetReportsOutput

import type { BatchGetReportsOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface BatchGetReportsOutput {
reports?: Report[] | null;
reportsNotFound?: string[] | null;
}

§Properties

§
reports?: Report[] | null
[src]

The array of Report objects returned by BatchGetReports.

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

An array of ARNs passed to BatchGetReportGroups that are not associated with a Report.