Values_1.DeleteTestCaseRequestSourceDeletes the test case that has already been created for the specified Amazon Connect instance.
type nonrec t = {instanceId : Values_0.InstanceIdOrArn.t;The identifier of the Amazon Connect instance.
*)testCaseId : Values_0.TestCaseId.t;The identifier of the test case to delete.
*)}val make :
instanceId:Values_0.InstanceIdOrArn.t ->
testCaseId:Values_0.TestCaseId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.InstanceIdOrArn.t ]) list ]