Module Values.GetAutomatedReasoningPolicyTestCaseRequestSource

Retrieves details about a specific Automated Reasoning policy test.

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

    The Amazon Resource Name (ARN) of the Automated Reasoning policy that contains the test.

    *)
  2. testCaseId : AutomatedReasoningPolicyTestCaseId.t;
    (*

    The unique identifier of the test to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : policyArn:AutomatedReasoningPolicyArn.t -> testCaseId:AutomatedReasoningPolicyTestCaseId.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