1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteIdNamespace`](crate::operation::delete_id_namespace::builders::DeleteIdNamespaceFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`id_namespace_name(impl Into<String>)`](crate::operation::delete_id_namespace::builders::DeleteIdNamespaceFluentBuilder::id_namespace_name) / [`set_id_namespace_name(Option<String>)`](crate::operation::delete_id_namespace::builders::DeleteIdNamespaceFluentBuilder::set_id_namespace_name):<br>required: **true**<br><p>The name of the ID namespace.</p><br>
    /// - On success, responds with [`DeleteIdNamespaceOutput`](crate::operation::delete_id_namespace::DeleteIdNamespaceOutput) with field(s):
    ///   - [`message(String)`](crate::operation::delete_id_namespace::DeleteIdNamespaceOutput::message): <p>A successful operation message.</p>
    /// - On failure, responds with [`SdkError<DeleteIdNamespaceError>`](crate::operation::delete_id_namespace::DeleteIdNamespaceError)
    pub fn delete_id_namespace(&self) -> crate::operation::delete_id_namespace::builders::DeleteIdNamespaceFluentBuilder {
        crate::operation::delete_id_namespace::builders::DeleteIdNamespaceFluentBuilder::new(self.handle.clone())
    }
}