UsageCount type

Defines values for UsageCount.

type UsageCount =
  | "Count"
  | "Bytes"
  | "Seconds"
  | "Percent"
  | "CountPerSecond"
  | "BytesPerSecond"