Values.GetAutomatedReasoningPolicyAnnotationsRequestSourceRetrieves the current annotations for an Automated Reasoning policy build workflow. Annotations contain corrections to the rules, variables and types to be applied to the policy.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to retrieve.
*)buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t;The unique identifier of the build workflow whose annotations you want to retrieve.
*)}val make :
policyArn:AutomatedReasoningPolicyArn.t ->
buildWorkflowId:AutomatedReasoningPolicyBuildWorkflowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]