Values.CreateNamespaceRequestSourceCreates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see Create a namespace in the Amazon Simple Storage Service User Guide. Permissions You must have the s3tables:CreateNamespace permission to use this operation.
type nonrec t = {tableBucketARN : TableBucketARN.t;The Amazon Resource Name (ARN) of the table bucket to create the namespace in.
*)namespace : CreateNamespaceRequestNamespaceList.t;A name for the namespace.
*)}val make :
tableBucketARN:TableBucketARN.t ->
namespace:CreateNamespaceRequestNamespaceList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NamespaceName.t ] list
| `String of TableBucketARN.t ])
list ]