Values.CollectionSummarySourceDetails about each 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.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the collection.
*)kmsKeyArn : String_.t option;The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
*)collectionGroupName : CollectionGroupName.t option;The name of the collection group that contains this collection.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of CollectionId.t ]) list ]