IoTWireless.WirelessDeviceImportTask
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessdeviceimporttask.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and sidewalk = {
role : string option;
sidewalk_manufacturing_sn : string option;
device_creation_file : string option;
device_creation_file_list : string list option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdeviceimporttask-sidewalk.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessdeviceimporttask.html;
val make_properties :
destination_name:string ->
sidewalk:sidewalk ->
?tags:tag list ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_sidewalk :
?role:string ->
?sidewalk_manufacturing_sn:string ->
?device_creation_file:string ->
?device_creation_file_list:string list ->
unit ->
sidewalk
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_sidewalk :
sidewalk ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
ref_ : string;
status : string;
creation_date : string;
sidewalk__device_creation_file_list : string list;
initialized_imported_devices_count : int;
status_reason : string;
onboarded_imported_devices_count : int;
failed_imported_devices_count : int;
id : string;
pending_imported_devices_count : int;
arn : string;
}
val create_attributes : string -> attributes