Values_1.DescribeThingGroupResponseSourceDescribe a thing group. Requires permission to access the DescribeThingGroup action.
type nonrec t = {thingGroupName : Values_0.ThingGroupName.t option;The name of the thing group.
*)thingGroupId : Values_0.ThingGroupId.t option;The thing group ID.
*)thingGroupArn : Values_0.ThingGroupArn.t option;The thing group ARN.
*)version : Values_0.Version.t option;The version of the thing group.
*)thingGroupProperties : Values_0.ThingGroupProperties.t option;The thing group properties.
*)thingGroupMetadata : Values_0.ThingGroupMetadata.t option;Thing group metadata.
*)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.
*)status : Values_0.DynamicGroupStatus.t option;The dynamic thing group status.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.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
| `InvalidRequestException of Values_0.InvalidRequestException.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
| `InvalidRequestException of Values_0.InvalidRequestException.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
* [> `Enum of string
| `Long of Values_0.Version.t
| `String of Values_0.ThingGroupName.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of string
| `Structure of
(string
* [> `Boolean of bool
| `Map of
([> `String of string ] * [> `String of string ]) list ])
list
| `Timestamp of string ])
list ])
list ]