MetricsName
import type { MetricsName } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesis.ts";type MetricsName =
| "IncomingBytes"
| "IncomingRecords"
| "OutgoingBytes"
| "OutgoingRecords"
| "WriteProvisionedThroughputExceeded"
| "ReadProvisionedThroughputExceeded"
| "IteratorAgeMilliseconds"
| "ALL"
§Type
§
"IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL" | cmnP.UnexpectedEnumValue
[src]