Module Values.StartSingleWirelessDeviceImportTaskRequestSource

Start import task for a single wireless device.

Sourcetype nonrec t = {
  1. destinationName : DestinationName.t;
    (*

    The name of the Sidewalk destination that describes the IoT rule to route messages from the device in the import task that will be onboarded to AWS IoT Wireless.

    *)
  2. clientRequestToken : ClientRequestToken.t option;
  3. deviceName : DeviceName.t option;
    (*

    The name of the wireless device for which an import task is being started.

    *)
  4. tags : TagList.t option;
  5. positioning : PositioningConfigStatus.t option;
    (*

    The integration status of the Device Location feature for Sidewalk devices.

    *)
  6. sidewalk : SidewalkSingleStartImportInfo.t;
    (*

    The Sidewalk-related parameters for importing a single wireless device.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?deviceName:??? -> ?tags:??? -> ?positioning:??? -> destinationName:DestinationName.t -> sidewalk:SidewalkSingleStartImportInfo.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of DestinationName.t | `Structure of (string * [> `String of SidewalkManufacturingSn.t | `Structure of (string * [> `String of DestinationName.t ]) list ]) list ]) 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