Module Values_1.DeleteThingRequestSource

The input for the DeleteThing operation.

Sourcetype nonrec t = {
  1. thingName : Values_0.ThingName.t;
    (*

    The name of the thing to delete.

    *)
  2. expectedVersion : Values_0.OptionalVersion.t option;
    (*

    The expected version of the thing record in the registry. If the version of the record in the registry does not match the expected version specified in the request, the DeleteThing request is rejected with a VersionConflictException.

    *)
}
Sourceval context_ : string
Sourceval make : ?expectedVersion:??? -> thingName:Values_0.ThingName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Values_0.OptionalVersion.t | `String of Values_0.ThingName.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