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

BatchGetReportGroupsInput

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

§Properties

§
reportGroupArns: string[]
[src]

An array of report group ARNs that identify the report groups to return.