Values_0.BatchDeleteConnectionRequestSourceDeletes a list of connection definitions from the Data Catalog.
type nonrec t = {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.
*)connectionNameList : DeleteConnectionNameList.t;A list of names of the connections to delete.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `String of CatalogIdString.t ])
list ]