Values_0.UpdateDynamicThingGroupRequestSourceUpdates a dynamic thing group. Requires permission to access the UpdateDynamicThingGroup action.
type nonrec t = {thingGroupName : ThingGroupName.t;The name of the dynamic thing group to update.
*)thingGroupProperties : ThingGroupProperties.t;The dynamic thing group properties to update.
*)expectedVersion : OptionalVersion.t option;The expected version of the dynamic thing group to update.
*)indexName : IndexName.t option;The dynamic thing group index to update. Currently one index is supported: AWS_Things.
*)queryString : QueryString.t option;The dynamic thing group search query string to update.
*)queryVersion : QueryVersion.t option;The dynamic thing group query version to update. Currently one query version is supported: "2017-09-30". If not specified, the query version defaults to this value.
*)}val make :
?expectedVersion:??? ->
?indexName:??? ->
?queryString:??? ->
?queryVersion:??? ->
thingGroupName:ThingGroupName.t ->
thingGroupProperties:ThingGroupProperties.t ->
unit ->
tval 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 ]