Values.RegisterNamespaceOutputMessageSourceRegisters a cluster or serverless namespace to the Amazon Web Services Glue Data Catalog.
type registerNamespaceResult = {status : NamespaceRegistrationStatus.t option;The registration status of the cluster or serverless namespace.
*)}and t = {registerNamespaceResult : registerNamespaceResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `InvalidNamespaceFault of InvalidNamespaceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `InvalidNamespaceFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `InvalidClusterStateFault of unit
| `InvalidNamespaceFault of unit
| `Unknown_operation_error of string * string option ]