Values.AutomatedReasoningPolicyBuildWorkflowSummarySourceProvides a summary of a policy build workflow, including its current status, timing information, and key identifiers.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t option;The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
*)buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t option;The unique identifier of the build workflow.
*)status : AutomatedReasoningPolicyBuildWorkflowStatus.t option;The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
*)buildWorkflowType : AutomatedReasoningPolicyBuildWorkflowType.t option;The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
*)createdAt : Timestamp.t option;The timestamp when the build workflow was created.
*)updatedAt : Timestamp.t option;The timestamp when the build workflow was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AutomatedReasoningPolicyArn.t
| `Timestamp of Timestamp.t ])
list ]