DeviceDeploymentState type

Deployment state.

type DeviceDeploymentState = "Succeeded" | "InProgress" | "Canceled" | "Failed"