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

InstancesHealthAttribute

import type { InstancesHealthAttribute } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";
type InstancesHealthAttribute =
| "HealthStatus"
| "Color"
| "Causes"
| "ApplicationMetrics"
| "RefreshedAt"
| "LaunchedAt"
| "System"
| "Deployment"
| "AvailabilityZone"
| "InstanceType"
| "All"

§Type

§
"HealthStatus" | "Color" | "Causes" | "ApplicationMetrics" | "RefreshedAt" | "LaunchedAt" | "System" | "Deployment" | "AvailabilityZone" | "InstanceType" | "All" | cmnP.UnexpectedEnumValue
[src]