Module Values.HistoryEventExecutionDataDetailsSource

Provides details about input or output in an execution history event.

Sourcetype nonrec t = {
  1. truncated : Truncated.t option;
    (*

    Indicates whether input or output was truncated in the response. Always false for API calls. In CloudWatch logs, the value will be true if the data is truncated due to size limits.

    *)
}
Sourceval make : ?truncated:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Truncated.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