Values_2.StartTestCaseExecutionRequestSourceStarts executing a published test case.
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 to execute.
*)clientToken : Values_0.ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
*)}val make :
?clientToken:??? ->
instanceId:Values_0.InstanceId.t ->
testCaseId:Values_0.TestCaseId.t ->
unit ->
t