aws-sdk-bedrock 1.136.0

AWS SDK for Amazon Bedrock
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 [`DeleteImportedModel`](crate::operation::delete_imported_model::builders::DeleteImportedModelFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`model_identifier(impl Into<String>)`](crate::operation::delete_imported_model::builders::DeleteImportedModelFluentBuilder::model_identifier) / [`set_model_identifier(Option<String>)`](crate::operation::delete_imported_model::builders::DeleteImportedModelFluentBuilder::set_model_identifier):<br>required: **true**<br><p>Name of the imported model to delete.</p><br>
    /// - On success, responds with [`DeleteImportedModelOutput`](crate::operation::delete_imported_model::DeleteImportedModelOutput)
    /// - On failure, responds with [`SdkError<DeleteImportedModelError>`](crate::operation::delete_imported_model::DeleteImportedModelError)
    pub fn delete_imported_model(&self) -> crate::operation::delete_imported_model::builders::DeleteImportedModelFluentBuilder {
        crate::operation::delete_imported_model::builders::DeleteImportedModelFluentBuilder::new(self.handle.clone())
    }
}