Module Values_2.IngestionsSource

Sourcetype nonrec t = Ingestion.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Ingestion.t list -> [> `List of [> `Structure of (string * [> `Enum of string | `Long of Values_0.Long.t | `String of Values_0.Arn.t | `Structure of (string * [> `Enum of string | `Long of Values_0.Long.t | `String of Values_0.String_.t ]) list | `Timestamp of Values_0.Timestamp.t ]) list ] list ]
Sourceval to_query : Ingestion.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Ingestion.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Ingestion.t list
Sourceval to_json : Ingestion.t list -> Yojson.Safe.t