Module Values.JSONMappingParametersSource

For a SQL-based Kinesis Data Analytics application, provides additional mapping information when JSON is the record format on the streaming source.

Sourcetype nonrec t = {
  1. recordRowPath : RecordRowPath.t;
    (*

    The path to the top-level parent that contains the records.

    *)
}
Sourceval context_ : string
Sourceval make : recordRowPath:RecordRowPath.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RecordRowPath.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