Values.GetDeploymentStatusResponseSourceReturns the status of a deployment.
type nonrec t = {deploymentStatus : string option;The status of the deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
*)deploymentType : DeploymentType.t option;The type of the deployment.
*)errorDetails : ErrorDetails.t option;Error details
*)errorMessage : string option;Error message
*)updatedAt : string option;The time, in milliseconds since the epoch, when the deployment status was updated.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `Unknown_operation_error of string * string option ]