Module Values.DeregisterNamespaceInputMessageSource

Deregisters a cluster or serverless namespace from the Amazon Web Services Glue Data Catalog.

Sourcetype nonrec t = {
  1. namespaceIdentifier : NamespaceIdentifierUnion.t;
    (*

    The unique identifier of the cluster or serverless namespace that you want to deregister.

    *)
  2. consumerIdentifiers : ConsumerIdentifierList.t;
    (*

    An array containing the ID of the consumer account that you want to deregister the cluster or serverless namespace from.

    *)
}
Sourceval context_ : string
Sourceval make : namespaceIdentifier:NamespaceIdentifierUnion.t -> consumerIdentifiers:ConsumerIdentifierList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String_.t ] list | `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t