RtmpServerInputStatus type
degraded / recovered only fire when the input was created with healthThresholds; each carries a InputHealthStatus reason + value.
Signature:
export type RtmpServerInputStatus = "disconnected" | "degraded" | "recovered";