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

BuildBatchFilter

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

Specifies filters when retrieving batch builds.

interface BuildBatchFilter {
status?: StatusType | null;
}

§Properties

§
status?: StatusType | null
[src]

The status of the batch builds to retrieve. Only batch builds that have this status will be retrieved.