Values.DeleteCollectionDetailSourceDetails about a deleted OpenSearch Serverless collection.
type nonrec t = {id : CollectionId.t option;The unique identifier of the collection.
*)name : CollectionName.t option;The name of the collection.
*)status : CollectionStatus.t option;The current status of the collection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CollectionId.t ]) list ]