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

AgentStatus

import type { AgentStatus } from "https://aws-api.deno.dev/v0.4/services/discovery.ts?docs=full";
type AgentStatus =
| "HEALTHY"
| "UNHEALTHY"
| "RUNNING"
| "UNKNOWN"
| "BLACKLISTED"
| "SHUTDOWN"

§Type

§
"HEALTHY" | "UNHEALTHY" | "RUNNING" | "UNKNOWN" | "BLACKLISTED" | "SHUTDOWN" | cmnP.UnexpectedEnumValue
[src]