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

BatchGetReportGroupsOutput

import type { BatchGetReportGroupsOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface BatchGetReportGroupsOutput {
reportGroups?: ReportGroup[] | null;
reportGroupsNotFound?: string[] | null;
}

§Properties

§
reportGroups?: ReportGroup[] | null
[src]

The array of report groups returned by BatchGetReportGroups.

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

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