Module Values.InputIdentifierSource

The identifer of the input.

Sourcetype nonrec t = {
  1. iotEventsInputIdentifier : IotEventsInputIdentifier.t option;
    (*

    The identifier of the input routed to AWS IoT Events.

    *)
  2. iotSiteWiseInputIdentifier : IotSiteWiseInputIdentifier.t option;
    (*

    The identifer of the input routed from AWS IoT SiteWise.

    *)
}
Sourceval make : ?iotEventsInputIdentifier:??? -> ?iotSiteWiseInputIdentifier:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of InputName.t | `Structure of (string * [> `String of AssetModelId.t ]) list ]) list ]) 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