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 [`DeleteNamespace`](crate::operation::delete_namespace::builders::DeleteNamespaceFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::delete_namespace::builders::DeleteNamespaceFluentBuilder::send) it.
    /// - On success, responds with [`DeleteNamespaceOutput`](crate::operation::delete_namespace::DeleteNamespaceOutput) with field(s):
    ///   - [`namespace_arn(Option<String>)`](crate::operation::delete_namespace::DeleteNamespaceOutput::namespace_arn): <p>The ARN of the namespace to be deleted.</p>
    ///   - [`namespace_name(Option<String>)`](crate::operation::delete_namespace::DeleteNamespaceOutput::namespace_name): <p>The name of the namespace to be deleted.</p>
    /// - On failure, responds with [`SdkError<DeleteNamespaceError>`](crate::operation::delete_namespace::DeleteNamespaceError)
    #[deprecated(note = "since: 2022-08-30")]
    pub fn delete_namespace(&self) -> crate::operation::delete_namespace::builders::DeleteNamespaceFluentBuilder {
        crate::operation::delete_namespace::builders::DeleteNamespaceFluentBuilder::new(self.handle.clone())
    }
}