Values_1.DeleteDynamicThingGroupRequestSourceDeletes a dynamic thing group. Requires permission to access the DeleteDynamicThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t;The name of the dynamic thing group to delete.
*)expectedVersion : Values_0.OptionalVersion.t option;The expected version of the dynamic thing group to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.OptionalVersion.t
| `String of Values_0.ThingGroupName.t ])
list ]