Module Values.DeregisterWirelessDeviceRequestSource

Deregister a wireless device from AWS IoT Wireless.

Sourcetype nonrec t = {
  1. identifier : Identifier.t;
    (*

    The identifier of the wireless device to deregister from AWS IoT Wireless.

    *)
  2. wirelessDeviceType : WirelessDeviceType.t option;
    (*

    The type of wireless device to deregister from AWS IoT Wireless, which can be LoRaWAN or Sidewalk.

    *)
}
Sourceval context_ : string
Sourceval make : ?wirelessDeviceType:??? -> identifier:Identifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Identifier.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