Values.CreateDataLakeNamespaceRequestSourceThe request parameters for CreateDataLakeNamespace.
type nonrec t = {instanceId : UUID.t;The Amazon Web Services Supply Chain instance identifier.
*)name : DataLakeNamespaceName.t;The name of the namespace. Noted you cannot create namespace with name starting with asc, default, scn, aws, amazon, amzn
*)description : DataLakeNamespaceDescription.t option;The description of the namespace.
*)}val make :
?description:??? ->
?tags:??? ->
instanceId:UUID.t ->
name:DataLakeNamespaceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of UUID.t ])
list ]