Module Values.JobSource

Describes an execution job for an Amplify app.

Sourcetype nonrec t = {
  1. summary : JobSummary.t option;
    (*

    Describes the summary for an execution job for an Amplify app.

    *)
  2. steps : Steps.t option;
    (*

    The execution steps for an execution job, for an Amplify app.

    *)
}
Sourceval make : ?summary:??? -> ?steps:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Map of ([> `String of ThumbnailName.t ] * [> `String of ThumbnailUrl.t ]) list | `String of StepName.t | `Timestamp of StartTime.t ]) list ] list | `Structure of (string * [> `Enum of string | `String of JobArn.t | `Timestamp of CommitTime.t ]) list ]) 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