Values.DeregisterNamespaceOutputMessageSourceDeregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.
type deregisterNamespaceResult = {status : NamespaceRegistrationStatus.t option;The registration status of the cluster or serverless namespace.
*)}and t = {deregisterNamespaceResult : deregisterNamespaceResult;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 ]