Values.DeregisterNamespaceInputMessageSourceDeregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.
type nonrec t = {namespaceIdentifier : NamespaceIdentifierUnion.t;The unique identifier of the cluster or serverless namespace that you want to deregister.
*)consumerIdentifiers : ConsumerIdentifierList.t;An array containing the ID of the consumer account that you want to deregister the cluster or serverless namespace from.
*)}val make :
namespaceIdentifier:NamespaceIdentifierUnion.t ->
consumerIdentifiers:ConsumerIdentifierList.t ->
unit ->
t