Module Values_2.DeviceSource

Information of a particular device.

Sourcetype nonrec t = {
  1. deviceName : Values_0.DeviceName.t;
    (*

    The name of the device.

    *)
  2. description : Values_1.DeviceDescription.t option;
    (*

    Description of the device.

    *)
  3. iotThingName : Values_1.ThingName.t option;
    (*

    Amazon Web Services Internet of Things (IoT) object name.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?iotThingName:??? -> deviceName:Values_0.DeviceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DeviceName.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