Module Values.CloudWatchEventsExecutionDataDetailsSource

Provides details about execution input or output.

Sourcetype nonrec t = {
  1. included : IncludedDetails.t option;
    (*

    Indicates whether input or output was included in the response. Always true for API calls.

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