Values_1.GetTestCaseExecutionSummaryRequestSourceRetrieves an overview of a test execution that includes the status of the execution, start and end time, and observation summary.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance.
*)testCaseId : Values_0.TestCaseId.t;The identifier of the test case.
*)testCaseExecutionId : TestCaseExecutionId.t;The identifier of the test case execution.
*)}val make :
instanceId:Values_0.InstanceId.t ->
testCaseId:Values_0.TestCaseId.t ->
testCaseExecutionId:TestCaseExecutionId.t ->
unit ->
t