Values.DeleteNamespaceRequestSourceDeletes a namespace from Amazon Redshift Serverless. Before you delete the namespace, you can create a final snapshot that has all of the data within the namespace.
type nonrec t = {finalSnapshotName : String_.t option;The name of the snapshot to be created before the namespace is deleted.
*)finalSnapshotRetentionPeriod : Integer.t option;How long to retain the final snapshot.
*)namespaceName : NamespaceName.t;The name of the namespace to delete.
*)}val make :
?finalSnapshotName:??? ->
?finalSnapshotRetentionPeriod:??? ->
namespaceName:NamespaceName.t ->
unit ->
t