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

GenerationStatus

import type { GenerationStatus } from "https://aws-api.deno.dev/v0.4/services/costexplorer.ts?docs=full";
type GenerationStatus =
| "SUCCEEDED"
| "PROCESSING"
| "FAILED"

§Type

§
"SUCCEEDED" | "PROCESSING" | "FAILED" | cmnP.UnexpectedEnumValue
[src]