Values.GetBulkDeploymentStatusResponseSourceReturns the status of a bulk deployment.
type nonrec t = {bulkDeploymentMetrics : BulkDeploymentMetrics.t option;Relevant metrics on input records processed during bulk deployment.
*)bulkDeploymentStatus : BulkDeploymentStatus.t option;The status of the bulk deployment.
*)createdAt : string option;The time, in ISO format, when the deployment was created.
*)errorDetails : ErrorDetails.t option;Error details
*)errorMessage : string option;Error message
*)}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 ]