Values.GetAutomatedReasoningPolicyBuildWorkflowResponseSourceRetrieves detailed information about an Automated Reasoning policy build workflow, including its status, configuration, and metadata.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t option;The Amazon Resource Name (ARN) of the Automated Reasoning policy.
*)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 being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
*)documentName : AutomatedReasoningPolicyBuildDocumentName.t option;The name of the source document used in the build workflow.
*)documentContentType : AutomatedReasoningPolicyBuildDocumentContentType.t option;The content type of the source document (e.g., text/plain, application/pdf).
*)documentDescription : AutomatedReasoningPolicyBuildDocumentDescription.t option;A detailed description of the document's content and how it should be used in the policy generation process.
*)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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AutomatedReasoningPolicyArn.t
| `Timestamp of Timestamp.t ])
list ]