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 [`DeleteUserPool`](crate::operation::delete_user_pool::builders::DeleteUserPoolFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`user_pool_id(impl Into<String>)`](crate::operation::delete_user_pool::builders::DeleteUserPoolFluentBuilder::user_pool_id) / [`set_user_pool_id(Option<String>)`](crate::operation::delete_user_pool::builders::DeleteUserPoolFluentBuilder::set_user_pool_id):<br>required: **true**<br><p>The user pool ID for the user pool you want to delete.</p><br>
    /// - On success, responds with [`DeleteUserPoolOutput`](crate::operation::delete_user_pool::DeleteUserPoolOutput)
    /// - On failure, responds with [`SdkError<DeleteUserPoolError>`](crate::operation::delete_user_pool::DeleteUserPoolError)
    pub fn delete_user_pool(&self) -> crate::operation::delete_user_pool::builders::DeleteUserPoolFluentBuilder {
        crate::operation::delete_user_pool::builders::DeleteUserPoolFluentBuilder::new(self.handle.clone())
    }
}