Module Values_0.BatchDeleteConnectionRequestSource

Deletes a list of connection definitions from the Data Catalog.

Sourcetype nonrec t = {
  1. catalogId : CatalogIdString.t option;
    (*

    The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

    *)
  2. connectionNameList : DeleteConnectionNameList.t;
    (*

    A list of names of the connections to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?catalogId:??? -> connectionNameList:DeleteConnectionNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NameString.t ] list | `String of CatalogIdString.t ]) 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