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 [`DeleteArchive`](crate::operation::delete_archive::builders::DeleteArchiveFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`archive_name(impl Into<String>)`](crate::operation::delete_archive::builders::DeleteArchiveFluentBuilder::archive_name) / [`set_archive_name(Option<String>)`](crate::operation::delete_archive::builders::DeleteArchiveFluentBuilder::set_archive_name):<br>required: **true**<br><p>The name of the archive to delete.</p><br>
    /// - On success, responds with [`DeleteArchiveOutput`](crate::operation::delete_archive::DeleteArchiveOutput)
    /// - On failure, responds with [`SdkError<DeleteArchiveError>`](crate::operation::delete_archive::DeleteArchiveError)
    pub fn delete_archive(&self) -> crate::operation::delete_archive::builders::DeleteArchiveFluentBuilder {
        crate::operation::delete_archive::builders::DeleteArchiveFluentBuilder::new(self.handle.clone())
    }
}