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

BuildBatchPhaseType

import type { BuildBatchPhaseType } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
type BuildBatchPhaseType =
| "SUBMITTED"
| "DOWNLOAD_BATCHSPEC"
| "IN_PROGRESS"
| "COMBINE_ARTIFACTS"
| "SUCCEEDED"
| "FAILED"
| "STOPPED"

§Type

§
"SUBMITTED" | "DOWNLOAD_BATCHSPEC" | "IN_PROGRESS" | "COMBINE_ARTIFACTS" | "SUCCEEDED" | "FAILED" | "STOPPED" | cmnP.UnexpectedEnumValue
[src]