Module Values.TaskStartedEventDetailsSource

Contains details about the start of a task during an execution.

Sourcetype nonrec t = {
  1. resourceType : Name.t option;
    (*

    The service name of the resource in a task state.

    *)
  2. resource : Name.t option;
    (*

    The action of the resource called by a task state.

    *)
}
Sourceval make : ?resourceType:??? -> ?resource:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.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