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 [`DeleteCustomModel`](crate::operation::delete_custom_model::builders::DeleteCustomModelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`model_identifier(impl Into<String>)`](crate::operation::delete_custom_model::builders::DeleteCustomModelFluentBuilder::model_identifier) / [`set_model_identifier(Option<String>)`](crate::operation::delete_custom_model::builders::DeleteCustomModelFluentBuilder::set_model_identifier):<br>required: **true**<br><p>Name of the model to delete.</p><br>
    /// - On success, responds with [`DeleteCustomModelOutput`](crate::operation::delete_custom_model::DeleteCustomModelOutput)
    /// - On failure, responds with [`SdkError<DeleteCustomModelError>`](crate::operation::delete_custom_model::DeleteCustomModelError)
    pub fn delete_custom_model(&self) -> crate::operation::delete_custom_model::builders::DeleteCustomModelFluentBuilder {
        crate::operation::delete_custom_model::builders::DeleteCustomModelFluentBuilder::new(self.handle.clone())
    }
}