Module Values_0.DetectMitigationActionsTaskSummarySource

The summary of the mitigation action tasks.

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

    The unique identifier of the task.

    *)
  2. taskStatus : DetectMitigationActionsTaskStatus.t option;
    (*

    The status of the task.

    *)
  3. taskStartTime : Timestamp.t option;
    (*

    The date the task started.

    *)
  4. taskEndTime : Timestamp.t option;
    (*

    The date the task ended.

    *)
  5. target : DetectMitigationActionsTaskTarget.t option;
    (*

    Specifies the ML Detect findings to which the mitigation actions are applied.

    *)
  6. violationEventOccurrenceRange : ViolationEventOccurrenceRange.t option;
    (*

    Specifies the time period of which violation events occurred between.

    *)
  7. onlyActiveViolationsIncluded : PrimitiveBoolean.t option;
    (*

    Includes only active violations.

    *)
  8. suppressedAlertsIncluded : PrimitiveBoolean.t option;
    (*

    Includes suppressed alerts.

    *)
  9. actionsDefinition : MitigationActionList.t option;
    (*

    The definition of the actions.

    *)
  10. taskStatistics : DetectMitigationActionsTaskStatistics.t option;
    (*

    The statistics of a mitigation action task.

    *)
}
Sourceval make : ?taskId:??? -> ?taskStatus:??? -> ?taskStartTime:??? -> ?taskEndTime:??? -> ?target:??? -> ?violationEventOccurrenceRange:??? -> ?onlyActiveViolationsIncluded:??? -> ?suppressedAlertsIncluded:??? -> ?actionsDefinition:??? -> ?taskStatistics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of PrimitiveBoolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of MitigationActionName.t | `Structure of (string * [> `Structure of (string * [> `Boolean of NullableBoolean.t | `Enum of string | `List of [> `String of ThingGroupName.t ] list | `String of RoleArn.t ]) list ]) list ]) list ] list | `String of MitigationActionsTaskId.t | `Structure of (string * [> `List of [> `String of ViolationId.t ] list | `Long of GenericLongValue.t | `String of SecurityProfileName.t | `Timestamp of Timestamp.t ]) list | `Timestamp of 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