Values_1.DeleteV2LoggingLevelRequestSourceDeletes a logging level. Requires permission to access the DeleteV2LoggingLevel action.
type nonrec t = {targetType : Values_0.LogTargetType.t;The type of resource for which you are configuring logging. Must be THING_Group.
*)targetName : Values_0.LogTargetName.t;The name of the resource for which you are configuring logging.
*)}val make :
targetType:Values_0.LogTargetType.t ->
targetName:Values_0.LogTargetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.LogTargetName.t ])
list ]