Module IoTWireless.MulticastGroup

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotwireless-multicastgroup.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 = {
  1. number_of_devices_requested : int option;
  2. number_of_devices_in_group : int option;
  3. rf_region : string;
  4. dl_class : string;
}

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

type properties = {
  1. description : string option;
  2. lo_ra_wan : lo_ra_wan;
  3. disassociate_wireless_device : string option;
  4. associate_wireless_device : string option;
  5. tags : tag list option;
  6. 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 ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. lo_ra_wa_n__number_of_devices_requested : int;
  4. id : string;
  5. lo_ra_wa_n__number_of_devices_in_group : int;
  6. arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string