Values_0.RemoveThingFromThingGroupRequestSourceRemove the specified thing from the specified group. You must specify either a thingGroupArn or a thingGroupName to identify the thing group and either a thingArn or a thingName to identify the thing to remove from the thing group. Requires permission to access the RemoveThingFromThingGroup action.
type nonrec t = {thingGroupName : ThingGroupName.t option;The group name.
*)thingGroupArn : ThingGroupArn.t option;The group ARN.
*)thingName : ThingName.t option;The name of the thing to remove from the group.
*)thingArn : ThingArn.t option;The ARN of the thing to remove from the group.
*)}