Module Values.CancelAutomatedReasoningPolicyBuildWorkflowRequestSource

Cancels a running Automated Reasoning policy build workflow. This stops the policy generation process and prevents further processing of the source documents.

Sourcetype nonrec t = {
  1. policyArn : AutomatedReasoningPolicyArn.t;
    (*

    The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to cancel.

    *)
  2. buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t;
    (*

    The unique identifier of the build workflow to cancel. You can get this ID from the StartAutomatedReasoningPolicyBuildWorkflow response or by listing build workflows.

    *)
}
Sourceval context_ : string
Sourceval make : policyArn:AutomatedReasoningPolicyArn.t -> buildWorkflowId:AutomatedReasoningPolicyBuildWorkflowId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t