Module Values.RouterInputSourceMetadataDetailsSource

Detailed metadata information about a router input source.

Sourcetype nonrec t = {
  1. sourceMetadataMessages : RouterInputMessages.t option;
    (*

    Collection of metadata messages associated with the router input source.

    *)
  2. timestamp : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp when the metadata was last updated.

    *)
  3. routerInputMetadata : RouterInputMetadata.t option;
    (*

    Metadata information specific to the router input configuration and state.

    *)
}
Sourceval make : ?sourceMetadataMessages:??? -> ?timestamp:??? -> ?routerInputMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `Integer of Integer.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ] list | `String of String_.t ]) list ] list ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.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