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

AnalysisStatus

import type { AnalysisStatus } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
type AnalysisStatus =
| "running"
| "succeeded"
| "failed"

§Type

§
"running" | "succeeded" | "failed" | cmnP.UnexpectedEnumValue
[src]