Module IoTWireless.ServiceProfile

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-serviceprofile.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_service_profile = {
  1. dl_bucket_size : int option;
  2. min_gw_diversity : int option;
  3. dr_max : int option;
  4. report_dev_status_margin : bool option;
  5. pr_allowed : bool option;
  6. dl_rate : int option;
  7. ul_rate_policy : string option;
  8. report_dev_status_battery : bool option;
  9. channel_mask : string option;
  10. ul_rate : int option;
  11. add_gw_metadata : bool option;
  12. dl_rate_policy : string option;
  13. hr_allowed : bool option;
  14. dr_min : int option;
  15. target_per : int option;
  16. nwk_geo_loc : bool option;
  17. dev_status_req_freq : int option;
  18. ul_bucket_size : int option;
  19. ra_allowed : bool option;
}

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

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

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

val make_properties : ?lo_ra_wan:lo_ra_wan_service_profile -> ?tags:tag list -> ?name:string -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val make_lo_ra_wan_service_profile : ?dl_bucket_size:int -> ?min_gw_diversity:int -> ?dr_max:int -> ?report_dev_status_margin:bool -> ?pr_allowed:bool -> ?dl_rate:int -> ?ul_rate_policy:string -> ?report_dev_status_battery:bool -> ?channel_mask:string -> ?ul_rate:int -> ?add_gw_metadata:bool -> ?dl_rate_policy:string -> ?hr_allowed:bool -> ?dr_min:int -> ?target_per:int -> ?nwk_geo_loc:bool -> ?dev_status_req_freq:int -> ?ul_bucket_size:int -> ?ra_allowed:bool -> unit -> lo_ra_wan_service_profile
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_lo_ra_wan_service_profile : lo_ra_wan_service_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. lo_ra_wa_n__dr_min : int;
  3. lo_ra_wa_n__ul_rate_policy : string;
  4. lo_ra_wa_n__min_gw_diversity : int;
  5. lo_ra_wa_n__target_per : int;
  6. lo_ra_wa_n__channel_mask : string;
  7. lo_ra_wa_n__dl_rate : int;
  8. lo_ra_wa_n__dl_rate_policy : string;
  9. lo_ra_wa_n__dl_bucket_size : int;
  10. lo_ra_wa_n__dr_max : int;
  11. lo_ra_wa_n__ul_bucket_size : int;
  12. lo_ra_wa_n__ul_rate : int;
  13. lo_ra_wa_n__dev_status_req_freq : int;
  14. id : string;
  15. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string