1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteModelManifest`](crate::operation::delete_model_manifest::builders::DeleteModelManifestFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`name(impl Into<String>)`](crate::operation::delete_model_manifest::builders::DeleteModelManifestFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_model_manifest::builders::DeleteModelManifestFluentBuilder::set_name): <p> The name of the model manifest to delete. </p>
    /// - On success, responds with [`DeleteModelManifestOutput`](crate::operation::delete_model_manifest::DeleteModelManifestOutput) with field(s):
    ///   - [`name(Option<String>)`](crate::operation::delete_model_manifest::DeleteModelManifestOutput::name): <p>The name of the deleted model manifest.</p>
    ///   - [`arn(Option<String>)`](crate::operation::delete_model_manifest::DeleteModelManifestOutput::arn): <p>The Amazon Resource Name (ARN) of the deleted model manifest.</p>
    /// - On failure, responds with [`SdkError<DeleteModelManifestError>`](crate::operation::delete_model_manifest::DeleteModelManifestError)
    pub fn delete_model_manifest(&self) -> crate::operation::delete_model_manifest::builders::DeleteModelManifestFluentBuilder {
        crate::operation::delete_model_manifest::builders::DeleteModelManifestFluentBuilder::new(self.handle.clone())
    }
}