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

DeleteReportGroupInput

import type { DeleteReportGroupInput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface DeleteReportGroupInput {
arn: string;
deleteReports?: boolean | null;
}

§Properties

§
arn: string
[src]

The ARN of the report group to delete.

§
deleteReports?: boolean | null
[src]

If true, deletes any reports that belong to a report group before deleting the report group.

If false, you must delete any reports in the report group. Use ListReportsForReportGroup to get the reports in a report group. Use DeleteReport to delete the reports. If you call DeleteReportGroup for a report group that contains one or more reports, an exception is thrown.