Values_1.DeleteConnectionRequestSourceDeletes a connection from the Data Catalog.
type nonrec t = {catalogId : Values_0.CatalogIdString.t option;The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services account ID is used by default.
*)connectionName : Values_0.NameString.t;The name of the connection to delete.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.CatalogIdString.t ]) list ]