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