Values_1.CreateDynamicThingGroupRequestSourceCreates a dynamic thing group. Requires permission to access the CreateDynamicThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t;The dynamic thing group name to create.
*)thingGroupProperties : Values_0.ThingGroupProperties.t option;The dynamic thing group properties.
*)indexName : Values_0.IndexName.t option;The dynamic thing group index name. Currently one index is supported: AWS_Things.
*)queryString : Values_0.QueryString.t;The dynamic thing group search query string. See Query Syntax for information about query string syntax.
*)queryVersion : Values_0.QueryVersion.t option;The dynamic thing group query version. Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.
*)}val make :
?thingGroupProperties:??? ->
?indexName:??? ->
?queryVersion:??? ->
?tags:??? ->
thingGroupName:Values_0.ThingGroupName.t ->
queryString:Values_0.QueryString.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 ]