UpgradeState type

UpgradeState の値を定義します。

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