// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteBatch`](crate::operation::delete_batch::builders::DeleteBatchFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`batch_id(impl Into<String>)`](crate::operation::delete_batch::builders::DeleteBatchFluentBuilder::batch_id) / [`set_batch_id(Option<String>)`](crate::operation::delete_batch::builders::DeleteBatchFluentBuilder::set_batch_id):<br>required: **true**<br><p>The identifier portion of the run batch ARN.</p><br>
/// - On success, responds with [`DeleteBatchOutput`](crate::operation::delete_batch::DeleteBatchOutput)
/// - On failure, responds with [`SdkError<DeleteBatchError>`](crate::operation::delete_batch::DeleteBatchError)
pub fn delete_batch(&self) -> crate::operation::delete_batch::builders::DeleteBatchFluentBuilder {
crate::operation::delete_batch::builders::DeleteBatchFluentBuilder::new(self.handle.clone())
}
}