Values_1.TestCaseSourceContains information about a test case.
type nonrec t = {arn : Values_0.ARN.t option;The Amazon Resource Name (ARN) of the test case.
*)id : Values_0.TestCaseId.t option;The identifier of the test case.
*)name : Values_0.TestCaseName.t option;The name of the test case.
*)content : Values_0.TestCaseContent.t option;The JSON string that represents the content of the test.
*)entryPoint : Values_0.TestCaseEntryPoint.t option;Defines the starting point for the test, including channel type and parameters.
*)initializationData : Values_0.TestCaseInitializationData.t option;Defines the test attributes for precise data representation. The value must be a valid JSON string.
*)description : Values_0.TestCaseDescription.t option;The description of the test case.
*)status : Values_0.TestCaseStatus.t option;Indicates the test status as either SAVED or PUBLISHED.
*)lastModifiedTime : Values_0.Timestamp.t option;The time at which the test case was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The region in which the test case was last modified.
*)testCaseSha256 : TestCaseSha256.t option;The SHA256 hash of the test case content.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.ARN.t
| `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]