Module Values.UpdateThingRuntimeConfigurationRequestSource

Updates the runtime configuration of a thing.

Sourcetype nonrec t = {
  1. telemetryConfiguration : TelemetryConfigurationUpdate.t option;
    (*

    Configuration for telemetry service.

    *)
  2. thingName : string;
    (*

    The thing name.

    *)
}
Sourceval context_ : string
Sourceval make : ?telemetryConfiguration:??? -> thingName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string ]) 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