Module IoTWireless.DeviceProfile

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

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

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

and lo_ra_wan_device_profile = {
  1. ping_slot_period : int option;
  2. class_c_timeout : int option;
  3. rx_freq2 : int option;
  4. rf_region : string option;
  5. class_b_timeout : int option;
  6. rx_delay1 : int option;
  7. supports_classc : bool option;
  8. supports_classb : bool option;
  9. rx_dr_offset1 : int option;
  10. max_eirp : int option;
  11. factory_preset_freqs_list : int list option;
  12. supports_join : bool option;
  13. ping_slot_dr : int option;
  14. mac_version : string option;
  15. ping_slot_freq : int option;
  16. reg_params_revision : string option;
  17. rx_data_rate2 : int option;
  18. supports32_bit_f_cnt : bool option;
  19. max_duty_cycle : int option;
}

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

type properties = {
  1. lo_ra_wan : lo_ra_wan_device_profile option;
  2. tags : tag list option;
  3. name : string option;
}

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 -> properties
val make_tag : value:string -> key:string -> unit -> tag
val 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_profile
val 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 ]
type attributes = {
  1. ref_ : string;
  2. id : string;
  3. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string