Values_1.CreateThingGroupRequestSourceCreate a thing group. This is a control plane operation. See Authorization for information about authorizing control plane actions. If the ThingGroup that you create has the exact same attributes as an existing ThingGroup, you will get a 200 success response. Requires permission to access the CreateThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t;The thing group name to create.
*)parentGroupName : Values_0.ThingGroupName.t option;The name of the parent thing group.
*)thingGroupProperties : Values_0.ThingGroupProperties.t option;The thing group properties.
*)}val make :
?parentGroupName:??? ->
?thingGroupProperties:??? ->
?tags:??? ->
thingGroupName:Values_0.ThingGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.ThingGroupName.t
| `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Map of
([> `String of string ] * [> `String of string ]) list ])
list ])
list ])
list ]