Module Values_1.CreateDynamicThingGroupResponseSource

Creates a dynamic thing group. Requires permission to access the CreateDynamicThingGroup action.

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

    The dynamic thing group name.

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

    The dynamic thing group ARN.

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

    The dynamic thing group ID.

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

    The dynamic thing group index name.

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

    The dynamic thing group search query string.

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

    The dynamic thing group query version.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalFailureException of Values_0.InternalFailureException.t
  2. | `InvalidQueryException of Values_0.InvalidQueryException.t
  3. | `InvalidRequestException of Values_0.InvalidRequestException.t
  4. | `LimitExceededException of Values_0.LimitExceededException.t
  5. | `ResourceAlreadyExistsException of Values_0.ResourceAlreadyExistsException.t
  6. | `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
  7. | `ThrottlingException of Values_0.ThrottlingException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?thingGroupName:??? -> ?thingGroupArn:??? -> ?thingGroupId:??? -> ?indexName:??? -> ?queryString:??? -> ?queryVersion:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ThingGroupName.t ]) 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