Module Values_1.DescribeAuditMitigationActionsTaskRequestSource

Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.

Sourcetype nonrec t = {
  1. taskId : Values_0.MitigationActionsTaskId.t;
    (*

    The unique identifier for the audit mitigation task.

    *)
}
Sourceval context_ : string
Sourceval make : taskId:Values_0.MitigationActionsTaskId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.MitigationActionsTaskId.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