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

InstanceMetricName

import type { InstanceMetricName } from "https://aws-api.deno.dev/v0.4/services/lightsail.ts?docs=full";
type InstanceMetricName =
| "CPUUtilization"
| "NetworkIn"
| "NetworkOut"
| "StatusCheckFailed"
| "StatusCheckFailed_Instance"
| "StatusCheckFailed_System"
| "BurstCapacityTime"
| "BurstCapacityPercentage"
| "MetadataNoToken"

§Type

§
"CPUUtilization" | "NetworkIn" | "NetworkOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "BurstCapacityTime" | "BurstCapacityPercentage" | "MetadataNoToken" | cmnP.UnexpectedEnumValue
[src]