aws-sdk-omics 1.109.0

AWS SDK for Amazon Omics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// 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())
    }
}