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

ActionStatus

import type { ActionStatus } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";
type ActionStatus =
| "STANDBY"
| "PENDING"
| "EXECUTION_IN_PROGRESS"
| "EXECUTION_SUCCESS"
| "EXECUTION_FAILURE"
| "REVERSE_IN_PROGRESS"
| "REVERSE_SUCCESS"
| "REVERSE_FAILURE"
| "RESET_IN_PROGRESS"
| "RESET_FAILURE"

§Type

§
"STANDBY" | "PENDING" | "EXECUTION_IN_PROGRESS" | "EXECUTION_SUCCESS" | "EXECUTION_FAILURE" | "REVERSE_IN_PROGRESS" | "REVERSE_SUCCESS" | "REVERSE_FAILURE" | "RESET_IN_PROGRESS" | "RESET_FAILURE" | cmnP.UnexpectedEnumValue
[src]