Module Values_1.DescribeAuditMitigationActionsTaskResponseSource

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. taskStatus : Values_0.AuditMitigationActionsTaskStatus.t option;
    (*

    The current status of the task.

    *)
  2. startTime : Values_0.Timestamp.t option;
    (*

    The date and time when the task was started.

    *)
  3. endTime : Values_0.Timestamp.t option;
    (*

    The date and time when the task was completed or canceled.

    *)
  4. 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.

    *)
  5. 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.

    *)
  6. auditCheckToActionsMapping : Values_0.AuditCheckToActionsMapping.t option;
    (*

    Specifies the mitigation actions that should be applied to specific audit checks.

    *)
  7. actionsDefinition : Values_0.MitigationActionList.t option;
    (*

    Specifies the mitigation actions and their parameters that are applied as part of this task.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?taskStatus:??? -> ?startTime:??? -> ?endTime:??? -> ?taskStatistics:??? -> ?target:??? -> ?auditCheckToActionsMapping:??? -> ?actionsDefinition:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
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