HostingEnvironmentStatus type

HostingEnvironmentStatus の値を定義します。

type HostingEnvironmentStatus = "Preparing" | "Ready" | "Scaling" | "Deleting"