Values_1.DescribeTestCaseRequestSourceDescribes the specified test case and allows you to get the content and metadata of the test case 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.
*)status : Values_0.TestCaseStatus.t option;The status of the test case version to retrieve. If not specified, returns the published version if available, otherwise returns the saved version.
*)}val make :
?status:??? ->
instanceId:Values_0.InstanceIdOrArn.t ->
testCaseId:Values_0.TestCaseId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceIdOrArn.t ])
list ]