Values.NamespaceSummarySourceContains details about a namespace.
type nonrec t = {namespace : NamespaceList.t option;The name of the namespace.
*)createdAt : SyntheticTimestamp_date_time.t option;The date and time the namespace was created at.
*)createdBy : AccountId.t option;The ID of the account that created the namespace.
*)ownerAccountId : AccountId.t option;The ID of the account that owns the namespace.
*)namespaceId : NamespaceId.t option;The system-assigned unique identifier for the namespace.
*)tableBucketId : TableBucketId.t option;The system-assigned unique identifier for the table bucket that contains this namespace.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NamespaceName.t ] list
| `String of AccountId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]