Module Values.AssociateWirelessDeviceWithThingRequestSource

Associates a wireless device with a thing.

Sourcetype nonrec t = {
  1. id : WirelessDeviceId.t;
    (*

    The ID of the resource to update.

    *)
  2. thingArn : ThingArn.t;
    (*

    The ARN of the thing to associate with the wireless device.

    *)
}
Sourceval context_ : string
Sourceval make : id:WirelessDeviceId.t -> thingArn:ThingArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WirelessDeviceId.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