Module Values.ResetResourceLogLevelRequestSource

Removes the log-level override, if any, for a specific resource ID and resource type. It can be used for a wireless device, a wireless gateway, or a FUOTA task.

Sourcetype nonrec t = {
  1. resourceIdentifier : ResourceIdentifier.t;
  2. resourceType : ResourceType.t;
    (*

    The type of resource, which can be WirelessDevice, WirelessGateway, or FuotaTask.

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