Values_0.BatchDeleteConnectionResponseSourceDeletes a list of connection definitions from the Data Catalog.
type nonrec t = {succeeded : NameStringList.t option;A list of names of the connection definitions that were successfully deleted.
*)errors : ErrorByName.t option;A map of the names of connections that were not successfully deleted to error details.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NameString.t ] list
| `Map of
([> `String of NameString.t ]
* [> `Structure of (string * [> `String of NameString.t ]) list ])
list ])
list ]