Module Values.PutResourceLogLevelRequestSource

Sets the log-level override for a resource ID and resource type. A limit of 200 log level override can be set per account.

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

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

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