Values_1.DescribeAuditMitigationActionsTaskResponseSourceGets 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.
type nonrec t = {taskStatus : Values_0.AuditMitigationActionsTaskStatus.t option;The current status of the task.
*)startTime : Values_0.Timestamp.t option;The date and time when the task was started.
*)endTime : Values_0.Timestamp.t option;The date and time when the task was completed or canceled.
*)taskStatistics : Values_0.AuditMitigationActionsTaskStatistics.t option;Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.
*)target : Values_0.AuditMitigationActionsTaskTarget.t option;Identifies the findings to which the mitigation actions are applied. This can be by audit checks, by audit task, or a set of findings.
*)auditCheckToActionsMapping : Values_0.AuditCheckToActionsMapping.t option;Specifies the mitigation actions that should be applied to specific audit checks.
*)actionsDefinition : Values_0.MitigationActionList.t option;Specifies the mitigation actions and their parameters that are applied as part of this task.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `String of string ] list
| `String of string ])
list ])
list ])
list ]
list
| `Map of
([> `String of string ]
* [> `List of [> `String of string ] list
| `Structure of
(string * [> `Long of Awso.Import.Int64.t ]) list ])
list
| `Structure of
(string
* [> `List of [> `String of string ] list
| `Map of
([> `String of string ]
* [> `List of [> `String of string ] list ])
list
| `String of string ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]