Values.UpdateCollectionGroupDetailSourceDetails about the updated collection group.
type nonrec t = {id : CollectionGroupId.t option;The unique identifier of the collection group.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the collection group.
*)name : CollectionGroupName.t option;The name of the collection group.
*)description : String_.t option;The description of the collection group.
*)capacityLimits : CollectionGroupCapacityLimits.t option;The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
*)createdDate : Long.t option;The Epoch time when the collection group was created.
*)lastModifiedDate : Long.t option;The date and time when the collection group was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of Long.t
| `String of CollectionGroupId.t
| `Structure of
(string * [> `Float of CollectionGroupIndexingCapacityValue.t ])
list ])
list ]