Module Values.BatchDisassociateAssessmentReportEvidenceRequestSource

Disassociates a list of evidence from an assessment report in Audit Manager.

Sourcetype nonrec t = {
  1. assessmentId : UUID.t;
    (*

    The identifier for the assessment.

    *)
  2. evidenceFolderId : UUID.t;
    (*

    The identifier for the folder that the evidence is stored in.

    *)
  3. evidenceIds : EvidenceIds.t;
    (*

    The list of evidence identifiers.

    *)
}
Sourceval context_ : string
Sourceval make : assessmentId:UUID.t -> evidenceFolderId:UUID.t -> evidenceIds:EvidenceIds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of UUID.t ] list | `String of UUID.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t