Values.ExportAutomatedReasoningPolicyVersionRequestSourceExports the policy definition for an Automated Reasoning policy version. Returns the complete policy definition including rules, variables, and custom variable types in a structured format.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy to export. Can be either the unversioned ARN for the draft policy or a versioned ARN for a specific policy version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]