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

WebhookFilterType

import type { WebhookFilterType } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
type WebhookFilterType =
| "EVENT"
| "BASE_REF"
| "HEAD_REF"
| "ACTOR_ACCOUNT_ID"
| "FILE_PATH"
| "COMMIT_MESSAGE"

§Type

§
"EVENT" | "BASE_REF" | "HEAD_REF" | "ACTOR_ACCOUNT_ID" | "FILE_PATH" | "COMMIT_MESSAGE" | cmnP.UnexpectedEnumValue
[src]