DeploymentStatus type
Deployment Status.
KnownDeploymentStatus can be used interchangeably with DeploymentStatus,
this enum contains the known values that the service supports.
Known values supported by the service
NotStarted: NotStarted
Deploying: Deploying
Deployed: Deployed
Failed: Failed
type DeploymentStatus = string