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

ImportStatus

import type { ImportStatus } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
type ImportStatus =
| "INITIALIZING"
| "IN_PROGRESS"
| "FAILED"
| "STOPPED"
| "COMPLETED"

§Type

§
"INITIALIZING" | "IN_PROGRESS" | "FAILED" | "STOPPED" | "COMPLETED" | cmnP.UnexpectedEnumValue
[src]