Deletes a list of connection definitions from the Data Catalog.
glue_batch_delete_connection(CatalogId, ConnectionNameList)
The ID of the Data Catalog in which the connections reside. If none is provided, the AWS account ID is used by default.
[required] A list of names of the connections to delete.
A list with the following syntax:
list( Succeeded = list( "string" ), Errors = list( list( ErrorCode = "string", ErrorMessage = "string" ) ) )
svc$batch_delete_connection( CatalogId = "string", ConnectionNameList = list( "string" ) )