Module IoTWireless.WirelessDeviceImportTask

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-wirelessdeviceimporttask.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

and sidewalk = {
  1. role : string option;
  2. sidewalk_manufacturing_sn : string option;
  3. device_creation_file : string option;
  4. device_creation_file_list : string list option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-wirelessdeviceimporttask-sidewalk.html

type properties = {
  1. destination_name : string;
  2. sidewalk : sidewalk;
  3. tags : tag list option;
}

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 = {
  1. ref_ : string;
  2. status : string;
  3. creation_date : string;
  4. sidewalk__device_creation_file_list : string list;
  5. initialized_imported_devices_count : int;
  6. status_reason : string;
  7. onboarded_imported_devices_count : int;
  8. failed_imported_devices_count : int;
  9. id : string;
  10. pending_imported_devices_count : int;
  11. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string