Values_1.CreateDynamicThingGroupResponseSourceCreates a dynamic thing group. Requires permission to access the CreateDynamicThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t option;The dynamic thing group name.
*)thingGroupArn : Values_0.ThingGroupArn.t option;The dynamic thing group ARN.
*)thingGroupId : Values_0.ThingGroupId.t option;The dynamic thing group ID.
*)indexName : Values_0.IndexName.t option;The dynamic thing group index name.
*)queryString : Values_0.QueryString.t option;The dynamic thing group search query string.
*)queryVersion : Values_0.QueryVersion.t option;The dynamic thing group query version.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidQueryException of Values_0.InvalidQueryException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `LimitExceededException of Values_0.LimitExceededException.t| `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidQueryException of Values_0.InvalidQueryException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `LimitExceededException of Values_0.LimitExceededException.t
| `ResourceAlreadyExistsException of
Values_0.ResourceAlreadyExistsException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ThingGroupName.t ]) list ]