Module Values.StartBulkAssociateWirelessDeviceWithMulticastGroupRequestSource

Starts a bulk association of all qualifying wireless devices with a multicast group.

Sourcetype nonrec t = {
  1. id : MulticastGroupId.t;
  2. queryString : QueryString.t option;
  3. tags : TagList.t option;
}
Sourceval context_ : string
Sourceval make : ?queryString:??? -> ?tags:??? -> id:MulticastGroupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of MulticastGroupId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t