Values.BulkDeploymentResultSourceInformation about an individual group deployment in a bulk deployment operation.
type nonrec t = {createdAt : string option;The time, in ISO format, when the deployment was created.
*)deploymentArn : string option;The ARN of the group deployment.
*)deploymentId : string option;The ID of the group deployment.
*)deploymentStatus : string option;The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
*)deploymentType : DeploymentType.t option;The type of the deployment.
*)errorDetails : ErrorDetails.t option;Details about the error.
*)errorMessage : string option;The error message for a failed deployment
*)groupArn : string option;The ARN of the Greengrass group.
*)}