Module Values_1.DescribeThingGroupResponseSource

Describe a thing group. Requires permission to access the DescribeThingGroup action.

Sourcetype nonrec t = {
  1. thingGroupName : Values_0.ThingGroupName.t option;
    (*

    The name of the thing group.

    *)
  2. thingGroupId : Values_0.ThingGroupId.t option;
    (*

    The thing group ID.

    *)
  3. thingGroupArn : Values_0.ThingGroupArn.t option;
    (*

    The thing group ARN.

    *)
  4. version : Values_0.Version.t option;
    (*

    The version of the thing group.

    *)
  5. thingGroupProperties : Values_0.ThingGroupProperties.t option;
    (*

    The thing group properties.

    *)
  6. thingGroupMetadata : Values_0.ThingGroupMetadata.t option;
    (*

    Thing group metadata.

    *)
  7. indexName : Values_0.IndexName.t option;
    (*

    The dynamic thing group index name.

    *)
  8. queryString : Values_0.QueryString.t option;
    (*

    The dynamic thing group search query string.

    *)
  9. queryVersion : Values_0.QueryVersion.t option;
    (*

    The dynamic thing group query version.

    *)
  10. status : Values_0.DynamicGroupStatus.t option;
    (*

    The dynamic thing group status.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidRequestException of Values_0.InvalidRequestException.t
  3. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  4. | `ThrottlingException of Values_0.ThrottlingException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?thingGroupName:??? -> ?thingGroupId:??? -> ?thingGroupArn:??? -> ?version:??? -> ?thingGroupProperties:??? -> ?thingGroupMetadata:??? -> ?indexName:??? -> ?queryString:??? -> ?queryVersion:??? -> ?status:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t