Module Values.ContainerServiceLogEventSource

Describes the log events of a container of an Amazon Lightsail container service.

Sourcetype nonrec t = {
  1. createdAt : IsoDate.t option;
    (*

    The timestamp when the container service log event was created.

    *)
  2. message : String_.t option;
    (*

    The message of the container service log event.

    *)
}
Sourceval make : ?createdAt:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Timestamp of IsoDate.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