Module Values_0.UpdateThingGroupRequestSource

Update a thing group. Requires permission to access the UpdateThingGroup action.

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

    The thing group to update.

    *)
  2. thingGroupProperties : ThingGroupProperties.t;
    (*

    The thing group properties.

    *)
  3. expectedVersion : OptionalVersion.t option;
    (*

    The expected version of the thing group. If this does not match the version of the thing group being updated, the update will fail.

    *)
}
Sourceval context_ : string
Sourceval make : ?expectedVersion:??? -> thingGroupName:ThingGroupName.t -> thingGroupProperties:ThingGroupProperties.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of OptionalVersion.t | `String of ThingGroupName.t | `Structure of (string * [> `String of ThingGroupDescription.t | `Structure of (string * [> `Boolean of Flag.t | `Map of ([> `String of AttributeName.t ] * [> `String of AttributeValue.t ]) list ]) list ]) 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