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

ReportFilter

import type { ReportFilter } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

A filter used to return reports with the status specified by the input status parameter.

interface ReportFilter {
status?: ReportStatusType | null;
}

§Properties

§
status?: ReportStatusType | null
[src]

The status used to filter reports. You can filter using one status only.