DeploymentStatus type
Define valores para DeploymentStatus. Entre los valores posibles se incluyen: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrade', 'Deactivating', 'RanToCompletion', 'Failed'
type DeploymentStatus =
| "Invalid"
| "Downloading"
| "Activating"
| "Active"
| "Upgrading"
| "Deactivating"
| "RanToCompletion"
| "Failed"