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

HookStatus

import type { HookStatus } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
type HookStatus =
| "HOOK_IN_PROGRESS"
| "HOOK_COMPLETE_SUCCEEDED"
| "HOOK_COMPLETE_FAILED"
| "HOOK_FAILED"

§Type

§
"HOOK_IN_PROGRESS" | "HOOK_COMPLETE_SUCCEEDED" | "HOOK_COMPLETE_FAILED" | "HOOK_FAILED" | cmnP.UnexpectedEnumValue
[src]