Module Values.StartWirelessDeviceImportTaskRequestSource

Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.

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

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

    *)
  2. clientRequestToken : ClientRequestToken.t option;
  3. tags : TagList.t option;
  4. positioning : PositioningConfigStatus.t option;
    (*

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

    *)
  5. sidewalk : SidewalkStartImportInfo.t;
    (*

    The Sidewalk-related parameters for importing wireless devices that need to be provisioned in bulk.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> ?tags:??? -> ?positioning:??? -> destinationName:DestinationName.t -> sidewalk:SidewalkStartImportInfo.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 DeviceCreationFile.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