Values.RegisterNamespaceInputMessageSourceRegisters a cluster or serverless namespace to 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 register.
*)consumerIdentifiers : ConsumerIdentifierList.t;An array containing the ID of the consumer account that you want to register the namespace to.
*)}val make :
namespaceIdentifier:NamespaceIdentifierUnion.t ->
consumerIdentifiers:ConsumerIdentifierList.t ->
unit ->
t