IoTWireless.DeviceProfilesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-deviceprofile.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and lo_ra_wan_device_profile = {ping_slot_period : int option;class_c_timeout : int option;rx_freq2 : int option;rf_region : string option;class_b_timeout : int option;rx_delay1 : int option;supports_classc : bool option;supports_classb : bool option;rx_dr_offset1 : int option;max_eirp : int option;factory_preset_freqs_list : int list option;supports_join : bool option;ping_slot_dr : int option;mac_version : string option;ping_slot_freq : int option;reg_params_revision : string option;rx_data_rate2 : int option;supports32_bit_f_cnt : bool option;max_duty_cycle : int option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-deviceprofile-lorawandeviceprofile.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-deviceprofile.html;
val make_properties :
?lo_ra_wan:lo_ra_wan_device_profile ->
?tags:tag list ->
?name:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval make_lo_ra_wan_device_profile :
?ping_slot_period:int ->
?class_c_timeout:int ->
?rx_freq2:int ->
?rf_region:string ->
?class_b_timeout:int ->
?rx_delay1:int ->
?supports_classc:bool ->
?supports_classb:bool ->
?rx_dr_offset1:int ->
?max_eirp:int ->
?factory_preset_freqs_list:int list ->
?supports_join:bool ->
?ping_slot_dr:int ->
?mac_version:string ->
?ping_slot_freq:int ->
?reg_params_revision:string ->
?rx_data_rate2:int ->
?supports32_bit_f_cnt:bool ->
?max_duty_cycle:int ->
unit ->
lo_ra_wan_device_profileval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_lo_ra_wan_device_profile :
lo_ra_wan_device_profile ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes