Values.UpdateCollectionRequestSourceUpdates an OpenSearch Serverless collection.
type nonrec t = {id : CollectionId.t;The unique identifier of the collection.
*)description : UpdateCollectionRequestDescriptionString.t option;A description of the collection.
*)vectorOptions : VectorOptions.t option;Configuration options for vector search capabilities in the collection.
*)clientToken : ClientToken.t option;Unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?description:??? ->
?vectorOptions:??? ->
?clientToken:??? ->
id:CollectionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of CollectionId.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]