// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`BatchDeleteConnection`](crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`catalog_id(impl Into<String>)`](crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder::catalog_id) / [`set_catalog_id(Option<String>)`](crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder::set_catalog_id):<br>required: **false**<br><p>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.</p><br>
/// - [`connection_name_list(impl Into<String>)`](crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder::connection_name_list) / [`set_connection_name_list(Option<Vec::<String>>)`](crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder::set_connection_name_list):<br>required: **true**<br><p>A list of names of the connections to delete.</p><br>
/// - On success, responds with [`BatchDeleteConnectionOutput`](crate::operation::batch_delete_connection::BatchDeleteConnectionOutput) with field(s):
/// - [`succeeded(Option<Vec::<String>>)`](crate::operation::batch_delete_connection::BatchDeleteConnectionOutput::succeeded): <p>A list of names of the connection definitions that were successfully deleted.</p>
/// - [`errors(Option<HashMap::<String, ErrorDetail>>)`](crate::operation::batch_delete_connection::BatchDeleteConnectionOutput::errors): <p>A map of the names of connections that were not successfully deleted to error details.</p>
/// - On failure, responds with [`SdkError<BatchDeleteConnectionError>`](crate::operation::batch_delete_connection::BatchDeleteConnectionError)
pub fn batch_delete_connection(&self) -> crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder {
crate::operation::batch_delete_connection::builders::BatchDeleteConnectionFluentBuilder::new(self.handle.clone())
}
}