Values.IndexSourceSummary information for your Amazon Q Business index.
type nonrec t = {displayName : IndexName.t option;The name of the index.
*)indexId : IndexId.t option;The identifier for the index.
*)createdAt : Timestamp.t option;The Unix timestamp when the index was created.
*)updatedAt : Timestamp.t option;The Unix timestamp when the index was last updated.
*)status : IndexStatus.t option;The current status of the index. When the status is ACTIVE, the index is ready.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of IndexName.t
| `Timestamp of Timestamp.t ])
list ]