Values.GetAutomatedReasoningPolicyNextScenarioRequestSourceRetrieves the next test scenario for validating an Automated Reasoning policy. This is used during the interactive policy refinement process to test policy behavior.
type nonrec t = {policyArn : AutomatedReasoningPolicyArn.t;The Amazon Resource Name (ARN) of the Automated Reasoning policy for which you want to get the next test scenario.
*)buildWorkflowId : AutomatedReasoningPolicyBuildWorkflowId.t;The unique identifier of the build workflow associated with the test scenarios.
*)}val make :
policyArn:AutomatedReasoningPolicyArn.t ->
buildWorkflowId:AutomatedReasoningPolicyBuildWorkflowId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of AutomatedReasoningPolicyArn.t ]) list ]