Values.DataLakeNamespaceSourceThe data lake namespace details.
type nonrec t = {instanceId : UUID.t option;The Amazon Web Services Supply Chain instance identifier.
*)name : DataLakeNamespaceName.t option;The name of the namespace.
*)arn : AscResourceArn.t option;The arn of the namespace.
*)description : DataLakeNamespaceDescription.t option;The description of the namespace.
*)createdTime : Timestamp.t option;The creation time of the namespace.
*)lastModifiedTime : Timestamp.t option;The last modified time of the namespace.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of UUID.t | `Timestamp of Timestamp.t ]) list ]