RollingUpgradeStatusCode type

Code indicating the current status of the upgrade.

type RollingUpgradeStatusCode =
  | "RollingForward"
  | "Cancelled"
  | "Completed"
  | "Faulted"