Values_1.AddThingToThingGroupRequestSourceAdds a thing to a thing group. Requires permission to access the AddThingToThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t option;The name of the group to which you are adding a thing.
*)thingGroupArn : Values_0.ThingGroupArn.t option;The ARN of the group to which you are adding a thing.
*)thingName : Values_0.ThingName.t option;The name of the thing to add to a group.
*)thingArn : Values_0.ThingArn.t option;The ARN of the thing to add to a group.
*)overrideDynamicGroups : Values_0.OverrideDynamicGroups.t option;Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.OverrideDynamicGroups.t
| `String of Values_0.ThingGroupName.t ])
list ]