Values.ManualEvidenceSourceEvidence that's manually added to a control in Audit Manager. manualEvidence can be one of the following: evidenceFileName, s3ResourcePath, or textResponse.
type nonrec t = {s3ResourcePath : S3Url.t option;The S3 URL of the object that's imported as manual evidence.
*)textResponse : ManualEvidenceTextResponse.t option;The plain text response that's entered and saved as manual evidence.
*)evidenceFileName : ManualEvidenceLocalFileName.t option;The name of the file that's uploaded as manual evidence. This name is populated using the evidenceFileName value from the GetEvidenceFileUploadUrl API response.
*)}