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

MetricName

import type { MetricName } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
type MetricName =
| "CPUUtilization"
| "NetworkIn"
| "NetworkOut"
| "StatusCheckFailed"
| "StatusCheckFailed_Instance"
| "StatusCheckFailed_System"
| "ClientTLSNegotiationErrorCount"
| "HealthyHostCount"
| "UnhealthyHostCount"
| "HTTPCode_LB_4XX_Count"
| "HTTPCode_LB_5XX_Count"
| "HTTPCode_Instance_2XX_Count"
| "HTTPCode_Instance_3XX_Count"
| "HTTPCode_Instance_4XX_Count"
| "HTTPCode_Instance_5XX_Count"
| "InstanceResponseTime"
| "RejectedConnectionCount"
| "RequestCount"
| "DatabaseConnections"
| "DiskQueueDepth"
| "FreeStorageSpace"
| "NetworkReceiveThroughput"
| "NetworkTransmitThroughput"
| "BurstCapacityTime"
| "BurstCapacityPercentage"

§Type

§
"CPUUtilization" | "NetworkIn" | "NetworkOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "ClientTLSNegotiationErrorCount" | "HealthyHostCount" | "UnhealthyHostCount" | "HTTPCode_LB_4XX_Count" | "HTTPCode_LB_5XX_Count" | "HTTPCode_Instance_2XX_Count" | "HTTPCode_Instance_3XX_Count" | "HTTPCode_Instance_4XX_Count" | "HTTPCode_Instance_5XX_Count" | "InstanceResponseTime" | "RejectedConnectionCount" | "RequestCount" | "DatabaseConnections" | "DiskQueueDepth" | "FreeStorageSpace" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "BurstCapacityTime" | "BurstCapacityPercentage" | cmnP.UnexpectedEnumValue
[src]