IoTWireless.MulticastGroup
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-multicastgroup.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and lo_ra_wan = {
number_of_devices_requested : int option;
number_of_devices_in_group : int option;
rf_region : string;
dl_class : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotwireless-multicastgroup-lorawan.html
type properties = {
description : string option;
lo_ra_wan : lo_ra_wan;
disassociate_wireless_device : string option;
associate_wireless_device : string option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-multicastgroup.html;
val make_properties :
?description:string ->
lo_ra_wan:lo_ra_wan ->
?disassociate_wireless_device:string ->
?associate_wireless_device:string ->
?tags:tag list ->
?name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_lo_ra_wan :
?number_of_devices_requested:int ->
?number_of_devices_in_group:int ->
rf_region:string ->
dl_class:string ->
unit ->
lo_ra_wan
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_lo_ra_wan :
lo_ra_wan ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes