Module Values_0.GroupNameAndArnSource

The name and ARN of a group.

Sourcetype nonrec t = {
  1. groupName : ThingGroupName.t option;
    (*

    The group name.

    *)
  2. groupArn : ThingGroupArn.t option;
    (*

    The group ARN.

    *)
}
Sourceval make : ?groupName:??? -> ?groupArn:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ThingGroupName.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