Values.GetAutomatedReasoningPolicyRequestSourceRetrieves details about an Automated Reasoning policy or policy version. Returns information including the policy definition, metadata, and timestamps.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy to retrieve. Can be either the unversioned ARN for the draft policy or an ARN for a specific policy version.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]